mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
3a14939100
- Bump PORTREVISION
25 lines
668 B
Makefile
25 lines
668 B
Makefile
# New ports collection makefile for: fpc-fpgtk
|
|
# Date created: 2006-06-05
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -fpgtk
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Free Component Library for create programs with gtk
|
|
|
|
USE_FPC= fcl-base gdbint graph ibase libasync hash mysql netdb odbc oracle \
|
|
pasjpeg paszlib pthreads regexpr sqlite gtk x11 opengl
|
|
|
|
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"
|