diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-05-04 15:21:21 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-05-04 15:21:21 +0000 |
commit | 756a89dc6d8aee35f0b7dc66330434546e63811f (patch) | |
tree | 3f57831c462363b8b0b709c12033a3ff44a50fdd /converters | |
parent | ef8b1a8ca7b699fce89397e36424a18e8ecfad09 (diff) |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/fpc-iconvenc/Makefile | 21 | ||||
-rw-r--r-- | converters/fpc-iconvenc/pkg-plist | 9 |
3 files changed, 31 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 2cf4f641ca1a..6298fcb52918 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -18,6 +18,7 @@ SUBDIR += enca SUBDIR += fconv SUBDIR += fix-mime-charset + SUBDIR += fpc-iconvenc SUBDIR += fribidi SUBDIR += gbase SUBDIR += htx diff --git a/converters/fpc-iconvenc/Makefile b/converters/fpc-iconvenc/Makefile new file mode 100644 index 000000000000..26aa90650b76 --- /dev/null +++ b/converters/fpc-iconvenc/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: fpc-iconv +# Date created: 2009-04-26 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= converters lang +PKGNAMESUFFIX= -iconvenc + +MAINTAINER= acm@FreeBSD.org +COMMENT= Free Pascal unit to iconv library + +USE_FPC= yes + +MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} + +.include "${MASTERDIR}/Makefile" diff --git a/converters/fpc-iconvenc/pkg-plist b/converters/fpc-iconvenc/pkg-plist new file mode 100644 index 000000000000..45e8e53de260 --- /dev/null +++ b/converters/fpc-iconvenc/pkg-plist @@ -0,0 +1,9 @@ +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/iconvenc/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/iconvenc/iconvenc.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/iconvenc/iconvenc.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/iconvenc/libpiconvenc.a +@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/iconvenc +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% +@dirrmtry lib/fpc/%%PORTVERSION%%/units +@dirrmtry lib/fpc/%%PORTVERSION%% +@dirrmtry lib/fpc |