diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-11-13 13:06:26 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-11-13 13:06:26 +0000 |
commit | 1868ea4b8e0dd14345bbc54ac5845139be413bd8 (patch) | |
tree | 9f7a273fe4698d85c5fff4c8d751819dfc467539 | |
parent | cf9acb6cbad71cb23d2ef2a26bc2b42c4b451ede (diff) |
print/fpc-libcups: Remove obsolete port
- It was merged into lang/fpc
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/fpc-libcups/Makefile | 13 | ||||
-rw-r--r-- | print/fpc-libcups/pkg-plist | 3 |
3 files changed, 0 insertions, 17 deletions
diff --git a/print/Makefile b/print/Makefile index 9a580b29435c..a0615213a6b3 100644 --- a/print/Makefile +++ b/print/Makefile @@ -52,7 +52,6 @@ SUBDIR += foomatic-db-engine SUBDIR += foomatic-db-hpijs SUBDIR += foomatic-filters - SUBDIR += fpc-libcups SUBDIR += fpdf SUBDIR += freetype2 SUBDIR += ft2demos diff --git a/print/fpc-libcups/Makefile b/print/fpc-libcups/Makefile deleted file mode 100644 index e1fe7335ec2d..000000000000 --- a/print/fpc-libcups/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -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" diff --git a/print/fpc-libcups/pkg-plist b/print/fpc-libcups/pkg-plist deleted file mode 100644 index de6df9c815a3..000000000000 --- a/print/fpc-libcups/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libcups.fpm -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libcups/cupsdyn.o -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libcups/cupsdyn.ppu |