diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-08-16 18:24:16 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-08-16 18:24:16 +0000 |
commit | f42f5be9f74fba7ac2f471e4d6e86bf2fbaf531d (patch) | |
tree | bfea8e066f40ce319f5e81f6cd4d40d9420bc497 /devel/fpc-newt | |
parent | 204087889ae59ae3baece849f2db57d117307199 (diff) | |
download | ports-f42f5be9f74fba7ac2f471e4d6e86bf2fbaf531d.tar.gz ports-f42f5be9f74fba7ac2f471e4d6e86bf2fbaf531d.zip |
Notes
Diffstat (limited to 'devel/fpc-newt')
-rw-r--r-- | devel/fpc-newt/Makefile | 23 | ||||
-rw-r--r-- | devel/fpc-newt/pkg-plist | 9 |
2 files changed, 32 insertions, 0 deletions
diff --git a/devel/fpc-newt/Makefile b/devel/fpc-newt/Makefile new file mode 100644 index 000000000000..e079701429cf --- /dev/null +++ b/devel/fpc-newt/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: fpc-newt +# Date created: 2010-04-22 +# Whom: Christopher Key <cjk32@cam.ac.uk> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= devel lang +PKGNAMESUFFIX= -newt + +MAINTAINER= acm@FreeBSD.org +COMMENT= Free Pascal interface to newt library + +USE_FPC= yes + +MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} + +OPTIONS= NEWT "Install newt library" on + +.include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-newt/pkg-plist b/devel/fpc-newt/pkg-plist new file mode 100644 index 000000000000..622cc17c4aee --- /dev/null +++ b/devel/fpc-newt/pkg-plist @@ -0,0 +1,9 @@ +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/newt.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/newt.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/libpnewt.a +@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% +@dirrmtry lib/fpc/%%PORTVERSION%%/units +@dirrmtry lib/fpc/%%PORTVERSION%% +@dirrmtry lib/fpc |