mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
- New port: devel/fpc-newt
Free Pascal interface to newt library PR: 146001 Submitted by: Christopher Key <cjk32 _ at cam.ac.uk>
This commit is contained in:
parent
204087889a
commit
f42f5be9f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259378
3 changed files with 33 additions and 0 deletions
|
@ -414,6 +414,7 @@
|
|||
SUBDIR += fpc-fpmkunit
|
||||
SUBDIR += fpc-fv
|
||||
SUBDIR += fpc-gdbint
|
||||
SUBDIR += fpc-newt
|
||||
SUBDIR += fpc-pthreads
|
||||
SUBDIR += fpc-regexpr
|
||||
SUBDIR += fpc-sdl
|
||||
|
|
23
devel/fpc-newt/Makefile
Normal file
23
devel/fpc-newt/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: fpc-newt
|
||||
# Date created: 2010-04-22
|
||||
# Whom: Christopher Key <cjk32@cam.ac.uk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= devel lang
|
||||
PKGNAMESUFFIX= -newt
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Free Pascal interface to newt library
|
||||
|
||||
USE_FPC= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
||||
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
||||
|
||||
OPTIONS= NEWT "Install newt library" on
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
9
devel/fpc-newt/pkg-plist
Normal file
9
devel/fpc-newt/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/Package.fpc
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/newt.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/newt.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/libpnewt.a
|
||||
@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%/units
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%
|
||||
@dirrmtry lib/fpc
|
Loading…
Add table
Reference in a new issue