e9f00128fb
PR: ports/98663 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
20 lines
450 B
Makefile
20 lines
450 B
Makefile
# 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"
|