forked from Lainports/freebsd-ports
with GNUstep. The core netclasses supports virtually any protocol, but the distribution comes with everything needed for TCP/IP (opening ports, background connections, etc.). Netclasses seamlessly integrates into NSRunLoop, which means there should be no need for redesigning applications to use it. PR: 103033 Submitted by: Gürkan Sengün
30 lines
652 B
Makefile
30 lines
652 B
Makefile
# New ports collection makefile for: netclasses
|
|
# Date created: 007 Sep 2006
|
|
# Whom: gurkan@linuks.mine.nu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= netclasses
|
|
PORTVERSION= 1.06
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= gurkan@linuks.mine.nu
|
|
COMMENT= Objective-C framework for socket programming with GNUstep
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BASE= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
# broken
|
|
#USE_LDCONFIG= yes
|
|
INSTALLS_SHLIB= yes
|
|
MAKEFILE= GNUmakefile
|
|
|
|
.include <bsd.port.mk>
|