diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-29 05:58:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-29 05:58:19 +0800 |
commit | 09c0d42f90e2d6eb753f4e71c1102e1f71eb3671 (patch) | |
tree | 2b0c9a2f0f0b2029b6bedd896d2c0f7f8f241b53 /devel | |
parent | 0996ebdf53b42668b10249ec0b25c3fdc9d74934 (diff) | |
download | freebsd-ports-gnome-09c0d42f90e2d6eb753f4e71c1102e1f71eb3671.tar.gz freebsd-ports-gnome-09c0d42f90e2d6eb753f4e71c1102e1f71eb3671.tar.zst freebsd-ports-gnome-09c0d42f90e2d6eb753f4e71c1102e1f71eb3671.zip |
Support stage
Use bsdtar + dos2unix to extract and convert the zip content
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgpc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/libgpc/Makefile b/devel/libgpc/Makefile index 4a04d7b2fb92..633edd7471a1 100644 --- a/devel/libgpc/Makefile +++ b/devel/libgpc/Makefile @@ -6,11 +6,12 @@ PORTVERSION= 2.32 CATEGORIES= devel math graphics MASTER_SITES= ftp://ftp.cs.man.ac.uk/pub/toby/gpc/ DISTNAME= gpc${PORTVERSION:S/.//} +EXTRACT_SUFX= .zip MAINTAINER= mi@aldan.algebra.com COMMENT= Generic Polygon Clipper -USE_ZIP= yes +USES= dos2unix uidfix PLIST_FILES= lib/libgpc.so.2 \ lib/libgpc.so lib/libgpc.a \ include/gpc.h @@ -19,7 +20,4 @@ NO_CDROM= Can't be used for profit without permission MAKEFILE= ${FILESDIR}/BSDmakefile -EXTRACT_BEFORE_ARGS=-qoa - -NO_STAGE= yes .include <bsd.port.mk> |