1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/graphics/g2/Makefile
Pawel Pekala a1442b6caa - Add staging support
- Convert to new LIB_DEPENDS format
2014-04-27 12:21:10 +00:00

28 lines
576 B
Makefile

# Created by: Bill Fumerola <billf@chc-chimes.com>
# $FreeBSD$
PORTNAME= g2
PORTVERSION= 0.40
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>