freebsd-ports/net/netclasses/Makefile
Dirk Meyer e904a42961 - add category gnustep
PR:		103931
Approved by:	pav
2007-01-31 18:18:14 +00:00

27 lines
625 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 gnustep
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gurkan@linuks.mine.nu
COMMENT= Objective-C framework for socket programming with GNUstep
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BASE= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
WRKSRC= ${WRKDIR}/${DISTNAME}
GNU_CONFIGURE= yes
.include <bsd.port.mk>