mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
d2ffff55de
The new team currently consists of the previous maintainer (acm@) and myself (marino@). PR: 195363
24 lines
522 B
Makefile
24 lines
522 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= x11-toolkits lang
|
|
PKGNAMESUFFIX= -gtk2
|
|
|
|
MAINTAINER= freebsd-fpc@FreeBSD.org
|
|
COMMENT= Free Pascal interface to the GTK2 libraries
|
|
|
|
USE_FPC= cairo x11
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= GTK2
|
|
GTK2_DESC= Gimp Toolkit for X11 GUI (version 2.x)
|
|
OPTIONS_DEFAULT= GTK2
|
|
|
|
GTK2_USE= GNOME=gtk20
|
|
|
|
.include "${MASTERDIR}/Makefile"
|