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