aboutsummaryrefslogtreecommitdiffstats
path: root/devel/objcunit/Makefile
blob: 7b34cbb91e0f4260913d8a1a6813368c7e474f18 (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
28
29
30
31
# 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= ports@FreeBSD.org
COMMENT=    ObjcUnit framework for GNUstep

USE_GNUSTEP=    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>