1999-12-25 16:54:16 +01:00
|
|
|
# New ports collection makefile for: chbg
|
|
|
|
# Date created: 10 Dec 1999
|
|
|
|
# Whom: Peter Jones <p@dancris.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 08:28:28 +02:00
|
|
|
PORTNAME= chbg
|
2000-12-18 18:33:04 +01:00
|
|
|
PORTVERSION= 1.2
|
1999-12-25 16:54:16 +01:00
|
|
|
CATEGORIES= graphics
|
2000-12-18 18:33:04 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
|
|
http://www.idata.sk/~ondrej/sw/
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-12-25 16:54:16 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= p@dancris.com
|
|
|
|
|
2000-12-21 16:39:14 +01:00
|
|
|
LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
|
|
|
|
|
2000-12-18 18:33:04 +01:00
|
|
|
USE_X_PREFIX= yes
|
1999-12-25 16:54:16 +01:00
|
|
|
USE_GMAKE= yes
|
2000-10-05 08:57:56 +02:00
|
|
|
USE_IMLIB= yes
|
1999-12-25 16:54:16 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 08:57:56 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1999-12-25 16:54:16 +01:00
|
|
|
|
2000-12-18 18:33:04 +01:00
|
|
|
MAN1= chbg.1
|
|
|
|
|
1999-12-25 16:54:16 +01:00
|
|
|
.include <bsd.port.mk>
|