2006-06-21 18:00:43 +02:00
|
|
|
# New ports collection makefile for: fpc-ncurses
|
|
|
|
# Date created: 2006-06-05
|
|
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-07-29 04:48:26 +02:00
|
|
|
PORTREVISION= 1
|
2006-06-21 18:00:43 +02:00
|
|
|
CATEGORIES= graphics lang
|
|
|
|
PKGNAMESUFFIX= -ncurses
|
|
|
|
|
2006-07-24 13:21:27 +02:00
|
|
|
MAINTAINER= acm@FreeBSD.org
|
2006-06-21 18:00:43 +02:00
|
|
|
COMMENT= Free Pascal interface to the ncurses library
|
|
|
|
|
2006-07-24 13:21:27 +02:00
|
|
|
BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
|
|
|
|
fpcmake:${PORTSDIR}/lang/fpc-utils
|
2006-06-21 18:00:43 +02:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
2006-07-24 13:21:27 +02:00
|
|
|
WRKUNITDIR= ${PORTNAME}/packages/extra/${PKGNAMESUFFIX:S/-//}
|
|
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|
|
|
HAVE_EXAMPLES= true
|
2006-06-21 18:00:43 +02:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|