diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /science/gchempaint/Makefile | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) |
Notes
Diffstat (limited to 'science/gchempaint/Makefile')
-rw-r--r-- | science/gchempaint/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile index 8826512e6f96..905f002c1117 100644 --- a/science/gchempaint/Makefile +++ b/science/gchempaint/Makefile @@ -3,9 +3,11 @@ # Whom: Pav Lucistnik <pav@oook.cz> # # $FreeBSD$ +# PORTNAME= gchempaint PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME}/0.8 @@ -26,7 +28,7 @@ USE_GNOME= gnomehack intlhack libgnomeprintui libgnomeui USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-help-dir=${PREFIX}/share/gnome/help --with-omf-dir=${PREFIX}/share/gnome/omf +CONFIGURE_ARGS= --with-help-dir=${PREFIX}/share/gnome/help --with-omf-dir=${PREFIX}/share/omf post-patch: @${REINPLACE_CMD} -e 's|-release $$(VERSION)|-version @GCP_VERSION_INFO@|' \ |