freebsd-ports/devel/libgpc/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
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)
2022-09-08 17:43:21 +02:00

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>