aboutsummaryrefslogtreecommitdiff
path: root/devel/libgpc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgpc/Makefile')
-rw-r--r--devel/libgpc/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/libgpc/Makefile b/devel/libgpc/Makefile
deleted file mode 100644
index d5745e5f0bcb..000000000000
--- a/devel/libgpc/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: gpc
-# Date created: 22 October 2005
-# Whom: Mikhail Teterin
-#
-# $FreeBSD$
-#
-
-PORTNAME= gpc
-PORTVERSION= 2.32
-CATEGORIES= devel math graphics
-MASTER_SITES= ftp://ftp.cs.man.ac.uk/pub/toby/gpc/
-DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
-
-MAINTAINER= mi@aldan.algebra.com
-COMMENT= Generic Polygon Clipper
-
-USE_ZIP= yes
-PLIST_FILES= lib/libgpc.so.${PORTVERSION} \
- lib/libgpc.so lib/libgpc.a \
- include/gpc.h
-INSTALLS_SHLIB= yes
-NO_CDROM= Can't be used for profit without permission
-
-MAKEFILE= ${FILESDIR}/BSDmakefile
-
-EXTRACT_BEFORE_ARGS=-qoa
-
-.include <bsd.port.mk>