diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-09-18 06:25:19 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-09-18 06:25:19 +0000 |
commit | 2a2c3239ac378ba57e211fdf3771ea895ec6337d (patch) | |
tree | 3607338bddfdd8bba34343cb4e21af1f9bd77b09 /devel/fpc-fpmkunit | |
parent | f3cea306ce6cd35f9655f2aec76e51cbd16e7ae4 (diff) | |
download | ports-2a2c3239ac378ba57e211fdf3771ea895ec6337d.tar.gz ports-2a2c3239ac378ba57e211fdf3771ea895ec6337d.zip |
Notes
Diffstat (limited to 'devel/fpc-fpmkunit')
-rw-r--r-- | devel/fpc-fpmkunit/Makefile | 21 | ||||
-rw-r--r-- | devel/fpc-fpmkunit/pkg-plist | 9 |
2 files changed, 30 insertions, 0 deletions
diff --git a/devel/fpc-fpmkunit/Makefile b/devel/fpc-fpmkunit/Makefile new file mode 100644 index 000000000000..1887f5f71d87 --- /dev/null +++ b/devel/fpc-fpmkunit/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: fpc-fpmkunit +# Date created: 2006-09-11 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= devel lang +PKGNAMESUFFIX= -fpmkunit + +MAINTAINER= acm@FreeBSD.org +COMMENT= Free Pascal build system unit + +BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc + +MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} + +.include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fpmkunit/pkg-plist b/devel/fpc-fpmkunit/pkg-plist new file mode 100644 index 000000000000..40ccd3b75838 --- /dev/null +++ b/devel/fpc-fpmkunit/pkg-plist @@ -0,0 +1,9 @@ +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpmkunit/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpmkunit/fpmkunit.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpmkunit/fpmkunit.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpmkunit/libpfpmkunit.a +@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpmkunit +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% +@dirrmtry lib/fpc/%%PORTVERSION%%/units +@dirrmtry lib/fpc/%%PORTVERSION%% +@dirrmtry lib/fpc |