2005-10-22 10:20:15 +02:00
|
|
|
# New ports collection makefile for: gpc
|
|
|
|
# Date created: 22 October 2005
|
|
|
|
# Whom: Mikhail Teterin
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-08-16 02:04:20 +02:00
|
|
|
PORTNAME= libgpc
|
2005-10-22 10:20:15 +02:00
|
|
|
PORTVERSION= 2.32
|
|
|
|
CATEGORIES= devel math graphics
|
|
|
|
MASTER_SITES= ftp://ftp.cs.man.ac.uk/pub/toby/gpc/
|
2006-08-16 02:04:20 +02:00
|
|
|
DISTNAME= gpc${PORTVERSION:S/.//}
|
2005-10-22 10:20:15 +02:00
|
|
|
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
|
|
COMMENT= Generic Polygon Clipper
|
|
|
|
|
|
|
|
USE_ZIP= yes
|
2007-01-27 20:34:53 +01:00
|
|
|
PLIST_FILES= lib/libgpc.so.2 \
|
2005-10-22 10:20:15 +02:00
|
|
|
lib/libgpc.so lib/libgpc.a \
|
|
|
|
include/gpc.h
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-10-22 10:20:15 +02:00
|
|
|
NO_CDROM= Can't be used for profit without permission
|
|
|
|
|
|
|
|
MAKEFILE= ${FILESDIR}/BSDmakefile
|
|
|
|
|
|
|
|
EXTRACT_BEFORE_ARGS=-qoa
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|