diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-12-19 01:33:04 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-12-19 01:33:04 +0800 |
commit | ecf93e98d910790857663be7cc03a0975ef0024d (patch) | |
tree | 6843fb7607b266847340bdd10cb9794a21974bc8 /graphics/chbg/Makefile | |
parent | 82a9eb917c148dc71e1b31a2daba0aa41af618bd (diff) | |
download | freebsd-ports-gnome-ecf93e98d910790857663be7cc03a0975ef0024d.tar.gz freebsd-ports-gnome-ecf93e98d910790857663be7cc03a0975ef0024d.tar.zst freebsd-ports-gnome-ecf93e98d910790857663be7cc03a0975ef0024d.zip |
Update to 1.2.
Diffstat (limited to 'graphics/chbg/Makefile')
-rw-r--r-- | graphics/chbg/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/graphics/chbg/Makefile b/graphics/chbg/Makefile index bdd242ae1815..32fb45cb1616 100644 --- a/graphics/chbg/Makefile +++ b/graphics/chbg/Makefile @@ -6,18 +6,22 @@ # PORTNAME= chbg -PORTVERSION= 0.8.1 +PORTVERSION= 1.2 CATEGORIES= graphics -MASTER_SITES= http://www.idata.sk/~ondrej/sw/ -DISTNAME= ${PORTNAME}-0.8pl1 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://www.idata.sk/~ondrej/sw/ +MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= p@dancris.com +USE_X_PREFIX= yes USE_GMAKE= yes USE_IMLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +MAN1= chbg.1 + .include <bsd.port.mk> |