freebsd-ports/devel/objcunit/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

32 lines
747 B
Makefile

# New ports collection makefile for: objcunit
# Date created: 21 Jan 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= objcunit
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= devel gnustep
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
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
WRKSRC= ${WRKDIR}/ObjcUnit-${PORTVERSION}/ObjcUnit
ADDITIONAL_INCLUDE_DIRS+= -I${WRKSRC}
post-patch:
${LN} -s "Classes" ${WRKSRC}/ObjcUnit
.include <bsd.port.mk>