blob: af47ba871b22e9ded2f6a73d99fc4a6ec8e3749f (
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-forms
# Date created: 2006-06-05
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#
CATEGORIES= x11-toolkits lang
PKGNAMESUFFIX= -forms
MAINTAINER= acardenas@bsd.org.pe
COMMENT= X-Forms interface for Free Pascal
RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
MASTERDIR= ${.CURDIR}/../../lang/fpc
.include "${MASTERDIR}/Makefile"
|