2006-06-26 15:59:39 +00:00
|
|
|
# New ports collection makefile for: fpc-gconf
|
|
|
|
# Date created: 2006-06-22
|
|
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-07-29 02:48:26 +00:00
|
|
|
PORTREVISION= 1
|
2006-06-26 15:59:39 +00:00
|
|
|
CATEGORIES= devel lang
|
|
|
|
PKGNAMESUFFIX= -gconf
|
|
|
|
|
2006-07-24 11:21:27 +00:00
|
|
|
MAINTAINER= acm@FreeBSD.org
|
2006-06-26 15:59:39 +00:00
|
|
|
COMMENT= Free Pascal interface to GConf
|
|
|
|
|
2006-07-24 11:21:27 +00:00
|
|
|
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
|
2006-06-26 15:59:39 +00:00
|
|
|
|
|
|
|
USE_GNOME= gconf
|
|
|
|
|
2006-07-24 11:21:27 +00:00
|
|
|
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
|
2006-06-26 15:59:39 +00:00
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
2006-07-24 11:21:27 +00:00
|
|
|
WRKUNITDIR= ${PORTNAME}/packages/extra/gnome1/${PKGNAMESUFFIX:S/-//}
|
|
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|
|
|
HAVE_EXAMPLES= true
|
2006-06-26 15:59:39 +00:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|