mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
29 lines
585 B
Makefile
29 lines
585 B
Makefile
# New ports collection makefile for: gpc
|
|
# Date created: 22 October 2005
|
|
# Whom: Mikhail Teterin
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libgpc
|
|
PORTVERSION= 2.32
|
|
CATEGORIES= devel math graphics
|
|
MASTER_SITES= ftp://ftp.cs.man.ac.uk/pub/toby/gpc/
|
|
DISTNAME= gpc${PORTVERSION:S/.//}
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
COMMENT= Generic Polygon Clipper
|
|
|
|
USE_ZIP= yes
|
|
PLIST_FILES= lib/libgpc.so.2 \
|
|
lib/libgpc.so lib/libgpc.a \
|
|
include/gpc.h
|
|
USE_LDCONFIG= yes
|
|
NO_CDROM= Can't be used for profit without permission
|
|
|
|
MAKEFILE= ${FILESDIR}/BSDmakefile
|
|
|
|
EXTRACT_BEFORE_ARGS=-qoa
|
|
|
|
.include <bsd.port.mk>
|