blob: a10b5336d1b3f34fc16828fc35f99447e15b2eff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: netclasses
# Date created: 07 Sep 2006
# Whom: gurkan@phys.ethz.ch
#
# $FreeBSD$
#
PORTNAME= netclasses
PORTVERSION= 1.06
CATEGORIES= net gnustep
MASTER_SITES= SF
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Objective-C framework for socket programming with GNUstep
LICENSE= LGPL21
USE_GNUSTEP= 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>
|