freebsd-ports/x11-toolkits/fpc-gtk2/Makefile
Jose Alonso Cardenas Marquez ab578f8515 - Fix linking problem with the latest version of GTK2
- Bump PORTREVISION

Reported by:	Andrei V. Lavreniyuk <andy.lavr at reactor-xg.kiev.ua>
2009-01-20 21:07:06 +00:00

23 lines
535 B
Makefile

# New ports collection makefile for: fpc-gtk2
# Date created: 2006-06-05
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#
PORTREVISION= 2
CATEGORIES= x11-toolkits lang
PKGNAMESUFFIX= -gtk2
MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal interface to the GTK2 libraries
USE_FPC= x11
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
OPTIONS= GTK2 "Gimp Toolkit for X11 GUI (version 2.x)" on
.include "${MASTERDIR}/Makefile"