mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- New port: print/fpc-libcups
Free Pascal interface to CUPS
This commit is contained in:
parent
dea995333f
commit
fa64766259
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556247
15
print/fpc-libcups/Makefile
Normal file
15
print/fpc-libcups/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $FreeBSD$
|
||||
|
||||
CATEGORIES= print lang
|
||||
PKGNAMESUFFIX= -libcups
|
||||
|
||||
COMMENT= Free Pascal interface to CUPS
|
||||
|
||||
USES= fpc
|
||||
USE_FPC= rtl-extra
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
||||
EXTRACTUNITDIR= ${WRKUNITDIR}
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
3
print/fpc-libcups/pkg-plist
Normal file
3
print/fpc-libcups/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libcups.fpm
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libcups/cupsdyn.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libcups/cupsdyn.ppu
|
Loading…
Reference in New Issue
Block a user