summaryrefslogblamecommitdiff
path: root/graphics/g2/Makefile
blob: 7e2973ecad4a06e3a8a5b7dfeb83600f0e8a0ae2 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                          


                                                    
           

 

                    



                                      
                                 
 
                                            
 
                   


                                                         



                                         
# New ports collection makefile for:	g2
# Date created:	16 July 1998
# Whom:		Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#

PORTNAME=	g2
PORTVERSION=	0.40
CATEGORIES=	graphics
MASTER_SITES=	${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	libs/graphics

MAINTAINER=	billf@FreeBSD.org

LIB_DEPENDS=	gd.1:${PORTSDIR}/graphics/gd

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>