1999-12-25 10:54:16 -05:00
|
|
|
# New ports collection makefile for: chbg
|
|
|
|
# Date created: 10 Dec 1999
|
|
|
|
# Whom: Peter Jones <p@dancris.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 02:28:28 -04:00
|
|
|
PORTNAME= chbg
|
|
|
|
PORTVERSION= 0.8.1
|
1999-12-25 10:54:16 -05:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.idata.sk/~ondrej/sw/
|
2000-04-13 02:28:28 -04:00
|
|
|
DISTNAME= ${PORTNAME}-0.8pl1
|
1999-12-25 10:54:16 -05:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= p@dancris.com
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2000-10-05 02:57:56 -04:00
|
|
|
USE_IMLIB= yes
|
1999-12-25 10:54:16 -05:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 02:57:56 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1999-12-25 10:54:16 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|