The WWW: lines in the pkg-descr files of these ports where not at the end of those files and have been missed in prior conversion runs. Approved by: portmgr (implicit)
25 lines
640 B
Makefile
25 lines
640 B
Makefile
PORTNAME= libgpc
|
|
PORTVERSION= 2.32
|
|
CATEGORIES= devel math graphics
|
|
MASTER_SITES= http://www.cs.man.ac.uk/~toby/alan/software/assets/
|
|
DISTNAME= gpc${PORTVERSION:S/.//}
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
COMMENT= Generic Polygon Clipper
|
|
WWW= http://www.cs.man.ac.uk/~toby/alan/software/
|
|
|
|
# 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>
|