1998-08-10 00:12:43 +00:00
|
|
|
# New ports collection makefile for: g2
|
1999-04-07 21:50:31 +00:00
|
|
|
# Version required: 0.40
|
1998-08-10 00:12:43 +00:00
|
|
|
# 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
|
|
|
#
|
|
|
|
|
1999-04-07 21:50:31 +00:00
|
|
|
DISTNAME= g2-0.40
|
1998-08-10 00:12:43 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= libs/graphics
|
|
|
|
|
1998-12-29 18:22:59 +00:00
|
|
|
MAINTAINER= billf@FreeBSD.org
|
1998-08-10 00:12:43 +00:00
|
|
|
|
1999-12-27 21:28:28 +00:00
|
|
|
LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd
|
1998-08-10 00:12:43 +00:00
|
|
|
|
1998-11-29 12:43:13 +00:00
|
|
|
USE_XLIB= yes
|
1998-11-09 01:17:15 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${PREFIX}/include/gd"
|
|
|
|
|
1998-08-10 00:12:43 +00:00
|
|
|
do-build:
|
|
|
|
cd ${WRKSRC} ; make depend ; make
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|