2006-11-05 13:21:16 +01:00
|
|
|
# New ports collection makefile for: objcunit
|
|
|
|
# Date created: 21 Jan 2006
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= objcunit
|
|
|
|
PORTVERSION= 1.2
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 2
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= devel gnustep
|
2006-11-05 13:21:16 +01:00
|
|
|
MASTER_SITES= http://xanthippe.dyndns.org/Zipper/
|
|
|
|
PKGNAMEPREFIX= gnustep-
|
|
|
|
DISTNAME= ObjcUnit-${PORTVERSION}-GNUstep
|
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
COMMENT= ObjcUnit frammework for GNUstep
|
|
|
|
|
|
|
|
USE_GNUSTEP= yes
|
2007-01-13 04:57:25 +01:00
|
|
|
USE_GNUSTEP_PREFIX= yes
|
2006-11-05 13:21:16 +01:00
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2007-01-13 04:57:25 +01:00
|
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/ObjcUnit-${PORTVERSION}/ObjcUnit
|
2007-05-25 07:55:36 +02:00
|
|
|
ADDITIONAL_INCLUDE_DIRS+= -I${WRKSRC}
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${LN} -s "Classes" ${WRKSRC}/ObjcUnit
|
2006-11-05 13:21:16 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|