Add fpc-ncurses , free Pascal interface to the ncurses library.
PR: ports/98659 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
This commit is contained in:
parent
8d35a6a8f1
commit
cef0cc82ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165950
2 changed files with 19 additions and 0 deletions
|
@ -130,6 +130,7 @@
|
|||
SUBDIR += fpc-imlib
|
||||
SUBDIR += fpc-libgd
|
||||
SUBDIR += fpc-libpng
|
||||
SUBDIR += fpc-ncurses
|
||||
SUBDIR += fracplanet
|
||||
SUBDIR += fractorama
|
||||
SUBDIR += fraqtive
|
||||
|
|
18
graphics/fpc-ncurses/Makefile
Normal file
18
graphics/fpc-ncurses/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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"
|
Loading…
Reference in a new issue