aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/g2/Makefile
blob: e8ed744e4842618d749a3eeea315b66a2027b9ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    g2
# Date created: 16 July 1998
# Whom:     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=    gd:${PORTSDIR}/graphics/gd

USE_XORG=   x11
GNU_CONFIGURE=  yes
CFLAGS+=    -I${LOCALBASE}/include

do-build:
    cd ${WRKSRC} ; make depend ; make

.include <bsd.port.mk>