blob: fe236463162d36a878d6abeb2e4d5c66b88e28b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: fpc-gtk
# Date created: 2006-06-05
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#
CATEGORIES= graphics lang
PKGNAMESUFFIX= -gtk
MAINTAINER= acardenas@bsd.org.pe
COMMENT= Free Pascal interface to the GTK libraries
RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
USE_GNOME= gtk12
MASTERDIR= ${.CURDIR}/../../lang/fpc
.include "${MASTERDIR}/Makefile"
|