1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/x11/gpctool/Makefile
Martin Wilke 3e4ed01146 - 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 17:56:05 +00:00

33 lines
752 B
Makefile

# New ports collection makefile for: gpc
# Date created: 22 October 2005
# Whom: Mikhail Teterin
#
# $FreeBSD$
#
PORTNAME= gpctool
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= x11 math graphics
MASTER_SITES= ftp://ftp.cs.man.ac.uk/pub/toby/gpc/
DISTNAME= gpct${PORTVERSION:S/.//g}
MAINTAINER= mi@aldan.algebra.com
COMMENT= Evaluation tool for the Generic Polygon Clipper library
LIB_DEPENDS= gpc:${PORTSDIR}/devel/libgpc \
formsGL:${PORTSDIR}/x11-toolkits/xforms
USE_ZIP= yes
USE_GL= yes
PLIST_FILES= bin/gpctool
USE_LDCONFIG= yes
NO_CDROM= Can't be used for profit without permission
MAKEFILE= ${FILESDIR}/BSDmakefile
EXTRACT_BEFORE_ARGS=-qoa
EXTRACT_AFTER_ARGS=-d ${WRKDIR} -x ${DISTNAME}/gpc.? ${DISTNAME}/gl.c
.include <bsd.port.mk>