1998-08-10 00:12:43 +00:00
|
|
|
# New ports collection makefile for: g2
|
|
|
|
# Date created: 16 July 1998
|
|
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1998-08-10 00:12:43 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= g2
|
|
|
|
PORTVERSION= 0.40
|
2010-03-28 06:47:48 +00:00
|
|
|
PORTREVISION= 7
|
1998-08-10 00:12:43 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= libs/graphics
|
|
|
|
|
2006-03-18 22:21:52 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= An easy to use, portable and powerful 2D graphics library
|
1998-08-10 00:12:43 +00:00
|
|
|
|
2003-08-18 23:08:38 +00:00
|
|
|
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
|
1998-08-10 00:12:43 +00:00
|
|
|
|
- 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
|
|
|
USE_XORG= x11
|
1998-11-09 01:17:15 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2003-07-11 18:16:14 +00:00
|
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
1998-11-09 01:17:15 +00:00
|
|
|
|
1998-08-10 00:12:43 +00:00
|
|
|
do-build:
|
|
|
|
cd ${WRKSRC} ; make depend ; make
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|