cef0cc82ca
PR: ports/98659 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
18 lines
408 B
Makefile
18 lines
408 B
Makefile
# New ports collection makefile for: fpc-ncurses
|
|
# Date created: 2006-06-05
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= graphics lang
|
|
PKGNAMESUFFIX= -ncurses
|
|
|
|
MAINTAINER= acardenas@bsd.org.pe
|
|
COMMENT= Free Pascal interface to the ncurses library
|
|
|
|
RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|