mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
b9f5999732
optionally.[1] - Other tiny modifications Suggested by: Ales Catona <almindor__at__gmail.com> [1] Approved by: garga(mentor, implicit)
29 lines
865 B
Makefile
29 lines
865 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
|
|
|
|
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/extra/gnome1/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|
|
|
OPTIONS= GCONF "Install gconf, a configuration database system" on
|
|
|
|
.include "${MASTERDIR}/Makefile"
|