freebsd-ports/graphics/g2/Makefile
Bill Fumerola 7e86876bce Upgrade to v0.40, associated changes.
portlint: 	don't patch a file and then run it through sed(1).
		I'm sickened that I did that in this port.

Prompted By:	Fenner's Distfile-O-Matic
1999-04-07 21:50:31 +00:00

25 lines
565 B
Makefile

# New ports collection makefile for: g2
# Version required: 0.40
# Date created: 16 July 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id: Makefile,v 1.4 1998/12/29 18:22:57 billf Exp $
#
DISTNAME= g2-0.40
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= libs/graphics
MAINTAINER= billf@FreeBSD.org
BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${PREFIX}/include/gd"
do-build:
cd ${WRKSRC} ; make depend ; make
.include <bsd.port.mk>