mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
c8f8bcdfe0
some fpc ports. - Added PORTREVISION for each port - Fixed pkg-plist on fpc-gtk2 and fpc-gtk ports - Fixed the gtk, glib and gdk libraries linking for fpc-gtk - Removed obsolete patches from fpc-gtk. Now it's using ${REINPLACE_CMD} - Removed post-extract from fpc-fcl. I just added it to makefiles.units file Approved by: garga (mentor)
30 lines
834 B
Makefile
30 lines
834 B
Makefile
# New ports collection makefile for: fpc-gconf
|
|
# Date created: 2006-06-22
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel lang
|
|
PKGNAMESUFFIX= -gconf
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Free Pascal interface to GConf
|
|
|
|
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"
|