freebsd-ports/graphics/g2/Makefile

28 lines
576 B
Makefile
Raw Normal View History

# Created by: Bill Fumerola <billf@chc-chimes.com>
1999-08-25 08:16:32 +02:00
# $FreeBSD$
PORTNAME= g2
PORTVERSION= 0.40
2013-08-09 16:05:52 +02:00
PORTREVISION= 9
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= libs/graphics
MAINTAINER= ports@FreeBSD.org
COMMENT= Easy to use, portable, and powerful 2D graphics library
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
USE_XORG= x11
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
post-patch:
@${REINPLACE_CMD} -E 's,(INC|LIB)DIR),DESTDIR)$$(&,g' \
${WRKSRC}/Makefile.in
do-build:
cd ${WRKSRC} ; make depend ; make
.include <bsd.port.mk>