diff options
Diffstat (limited to 'devel/libgpc/Makefile')
-rw-r--r-- | devel/libgpc/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/devel/libgpc/Makefile b/devel/libgpc/Makefile deleted file mode 100644 index 72e0cabde726..000000000000 --- a/devel/libgpc/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -PORTNAME= libgpc -PORTVERSION= 2.32 -PORTREVISION= 1 -CATEGORIES= devel math graphics -MASTER_SITES= http://www.cs.man.ac.uk/~toby/alan/software/assets/ -DISTNAME= gpc${PORTVERSION:S/.//} - -MAINTAINER= ports@virtual-estates.net -COMMENT= Generic Polygon Clipper -WWW= http://www.cs.man.ac.uk/~toby/alan/software/ - -BROKEN= Unfetchable -DEPRECATED= No longer distributed by upstream as of August 2020 -EXPIRATION_DATE=2025-07-31 - -# Converted from NO_CDROM -LICENSE= libgpc -LICENSE_NAME= libgpc -LICENSE_TEXT= Can't be used for profit without permission -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept - -USES= dos2unix uidfix zip -PLIST_FILES= lib/libgpc.so.2 \ - lib/libgpc.so lib/libgpc.a \ - include/gpc.h -USE_LDCONFIG= yes - -MAKEFILE= ${FILESDIR}/BSDmakefile - -.include <bsd.port.mk> |