aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fpc-gconf/Makefile
blob: d4a43f05e25ffe76e2d2975c3e60261fe4dc966a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    fpc-gconf
# Date created:             2006-06-22
# Whom:                 Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#

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"