3505159e72
Move ports to the licenses framework. RESTRICTED → auto-accept (unless expressly stated otherwise) NO_CDROM → dist-mirror pkg-mirror auto-accept Differential Revision: https://reviews.freebsd.org/D30010
27 lines
620 B
Makefile
27 lines
620 B
Makefile
# Created by: Mikhail Teterin
|
|
|
|
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
|
|
|
|
# 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>
|