diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-07-24 11:21:27 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-07-24 11:21:27 +0000 |
commit | 995ae8b1bdfe5e9d356eae060097bee70cbccbc8 (patch) | |
tree | 716cad45f74530d35aed61fcde093f63ed88f722 /devel/fpc-gconf | |
parent | c9b2d130fe2e03dd698820038b20cd1be036dc3c (diff) | |
download | ports-995ae8b1bdfe5e9d356eae060097bee70cbccbc8.tar.gz ports-995ae8b1bdfe5e9d356eae060097bee70cbccbc8.zip |
Notes
Diffstat (limited to 'devel/fpc-gconf')
-rw-r--r-- | devel/fpc-gconf/Makefile | 12 | ||||
-rw-r--r-- | devel/fpc-gconf/pkg-plist | 19 |
2 files changed, 29 insertions, 2 deletions
diff --git a/devel/fpc-gconf/Makefile b/devel/fpc-gconf/Makefile index 7812a27cd3fe..d4a43f05e25f 100644 --- a/devel/fpc-gconf/Makefile +++ b/devel/fpc-gconf/Makefile @@ -8,13 +8,21 @@ CATEGORIES= devel lang PKGNAMESUFFIX= -gconf -MAINTAINER= acardenas@bsd.org.pe +MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface to GConf -RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ + fpcmake:${PORTSDIR}/lang/fpc-utils \ + ${UNITSDIR}/gtk/Package.fpc:${PORTSDIR}/x11-toolkits/fpc-gtk \ + ${UNITSDIR}/x11/Package.fpc:${PORTSDIR}/x11/fpc-x11 \ + ${UNITSDIR}/opengl/Package.fpc:${PORTSDIR}/graphics/fpc-opengl USE_GNOME= gconf +UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${PORTNAME}/packages/extra/gnome1/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} +HAVE_EXAMPLES= true .include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-gconf/pkg-plist b/devel/fpc-gconf/pkg-plist new file mode 100644 index 000000000000..1842cc1c07f5 --- /dev/null +++ b/devel/fpc-gconf/pkg-plist @@ -0,0 +1,19 @@ +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gconf/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gconf/gconf.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gconf/gconfclient.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gconf/gconf.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gconf/gconfclient.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gconf/libpgconf.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gconf/libpgconfclient.a +%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/gconf/gconfexample.pp +%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/gconf/gconfcallback2.pp +%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/gconf/gconfcallback1.pp +%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/gconf/Makefile.fpc +%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/gconf/Makefile +@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gconf +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% +@dirrmtry lib/fpc/%%PORTVERSION%%/units +@dirrmtry lib/fpc/%%PORTVERSION%% +@dirrmtry lib/fpc +%%PORTDOCS%%@dirrm share/examples/fpc-%%PORTVERSION%%/gconf +%%PORTDOCS%%@dirrmtry share/examples/fpc-%%PORTVERSION%% |