freebsd-ports/graphics/g2/Makefile

27 lines
507 B
Makefile
Raw Normal View History

# New ports collection makefile for: g2
# Date created: 16 July 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= g2
PORTVERSION= 0.40
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= libs/graphics
MAINTAINER= billf@FreeBSD.org
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd
1998-11-29 13:43:13 +01:00
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>