diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-12 00:52:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-12 00:52:39 +0800 |
commit | 13020460ecd18c9b570dce01d455e92437ce0555 (patch) | |
tree | 716db64180892e1618b1110395c7421c5f8289a1 /math | |
parent | 615a36911da94f2fd091a6dc0c04e996930bc1bc (diff) | |
download | freebsd-ports-graphics-13020460ecd18c9b570dce01d455e92437ce0555.tar.gz freebsd-ports-graphics-13020460ecd18c9b570dce01d455e92437ce0555.tar.zst freebsd-ports-graphics-13020460ecd18c9b570dce01d455e92437ce0555.zip |
Support stage
Diffstat (limited to 'math')
-rw-r--r-- | math/gcalctool/Makefile | 12 | ||||
-rw-r--r-- | math/gcalctool/pkg-plist | 1 |
2 files changed, 5 insertions, 8 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index d5e9fa82b5d..c6899179ebd 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -11,20 +11,16 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows +COMMENT= GNOME 2 calculator tool based on the old calctool for OpenWindows CONFLICTS= gcalctool-2.31.* -USE_BZIP2= yes -USES= bison gettext pkgconfig -USE_GMAKE= yes -USE_AUTOTOOLS= libtool -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils gtk20 +USES= bison gettext gmake libtool pathfix pkgconfig tar:bzip2 +GNU_CONFIGURE= yes +USE_GNOME= gnomeprefix intlhack gconf2 gnomedocutils gtk20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= gcalctool.1 GLIB_SCHEMAS= org.gnome.gcalctool.gschema.xml -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/gcalctool/pkg-plist b/math/gcalctool/pkg-plist index ba472bff53b..973bbf03c81 100644 --- a/math/gcalctool/pkg-plist +++ b/math/gcalctool/pkg-plist @@ -1,6 +1,7 @@ bin/gcalccmd bin/gcalctool bin/gnome-calculator +man/man1/gcalctool.1.gz share/applications/gcalctool.desktop %%DATADIR%%/buttons-advanced.ui %%DATADIR%%/buttons-basic.ui |