freebsd-ports/devel/libgpc/Makefile
Mikhail Teterin 024cb10eec Add ports of the General Polygon Clipping library and its sample
client application. Some day OpenOffice may use this too...
2005-10-22 08:20:15 +00:00

29 lines
605 B
Makefile

# 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>