Import graphics/g2 version 0.40_8
[dports.git] / graphics / g2 / Makefile
1 # New ports collection makefile for:    g2
2 # Date created: 16 July 1998
3 # Whom:         Bill Fumerola <billf@chc-chimes.com>
4 #
5 # $FreeBSD: ports/graphics/g2/Makefile,v 1.23 2012/11/17 05:58:06 svnexp Exp $
6 #
7
8 PORTNAME=       g2
9 PORTVERSION=    0.40
10 PORTREVISION=   8
11 CATEGORIES=     graphics
12 MASTER_SITES=   ${MASTER_SITE_SUNSITE}
13 MASTER_SITE_SUBDIR=     libs/graphics
14
15 MAINTAINER=     ports@FreeBSD.org
16 COMMENT=        Easy to use, portable, and powerful 2D graphics library
17
18 LIB_DEPENDS=    gd.4:${PORTSDIR}/graphics/gd
19
20 USE_XORG=       x11
21 GNU_CONFIGURE=  yes
22 CFLAGS+=        -I${LOCALBASE}/include
23
24 do-build:
25         cd ${WRKSRC} ; make depend ; make
26
27 .include <bsd.port.mk>