diff --git a/graphics/Makefile b/graphics/Makefile index b6d9af18c0b9..9206ac0ca8b7 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -12,6 +12,7 @@ SUBDIR += aero SUBDIR += aview SUBDIR += camediaplay + SUBDIR += chbg SUBDIR += cqcam SUBDIR += dc20ctrl SUBDIR += dc20pack diff --git a/graphics/chbg/Makefile b/graphics/chbg/Makefile new file mode 100644 index 000000000000..30a04bc9400a --- /dev/null +++ b/graphics/chbg/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: chbg +# Version required: 0.8pl1 +# Date created: 10 Dec 1999 +# Whom: Peter Jones
+#
+# $FreeBSD$
+#
+
+DISTNAME= chbg-0.8pl1
+PKGNAME= chbg-0.8.1
+CATEGORIES= graphics
+MASTER_SITES= http://www.idata.sk/~ondrej/sw/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= p@dancris.com
+
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
+ Imlib.5:${PORTSDIR}/graphics/imlib
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
+ CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"
+
+.include