28 lines
862 B
Makefile
28 lines
862 B
Makefile
# New ports collection makefile for: fpc-gtk
|
|
# Date created: 2006-06-05
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= x11-toolkits lang
|
|
PKGNAMESUFFIX= -gtk
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Free Pascal interface to the GTK libraries
|
|
|
|
BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
|
|
fpcmake:${PORTSDIR}/lang/fpc-utils \
|
|
${UNITSDIR}/gtk2/Package.fpc:${PORTSDIR}/x11-toolkits/fpc-gtk2 \
|
|
${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/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|
|
|
OPTIONS= GTK1 "Gimp Toolkit for X11 GUI (version 1.x)" on
|
|
|
|
.include "${MASTERDIR}/Makefile"
|