diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-06 19:56:38 +0800 |
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-06 19:56:38 +0800 |
| commit | 325aa7e8e88ecb199c046b332000e6efcca17714 (patch) | |
| tree | 96255da188cb25915662af74059dec331edbc41f /math | |
| parent | ba7b4e2ec2de6aacf45de83bd053d23282f02946 (diff) | |
| download | marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.gz marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.bz2 marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.lz marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.xz marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.zst marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.zip | |
Add USES=pkgconfig where needed, update to new port rules, incl stage support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18771 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math')
| -rw-r--r-- | math/gcalctool3/Makefile | 6 | ||||
| -rw-r--r-- | math/gcalctool3/pkg-plist | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/math/gcalctool3/Makefile b/math/gcalctool3/Makefile index 2da04eda4..44258ee0c 100644 --- a/math/gcalctool3/Makefile +++ b/math/gcalctool3/Makefile @@ -6,6 +6,7 @@ PORTNAME= gcalctool PORTVERSION= 6.4.2.1 CATEGORIES= math gnome MASTER_SITES= GNOME +PKGNAMESUFFIX= 3 DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org @@ -16,16 +17,13 @@ CONFLICTS= gcalctool-5.[0-9]* BUILD_DEPENDS= yelp-build:${PORTSDIR}/textproc/yelp-tools \ itstool:${PORTSDIR}/textproc/itstool -NO_STAGE= yes -LATEST_LINK= gcalctool3 USE_XZ= yes -USES= bison gettext gmake pathfix +USES= bison gettext gmake pathfix pkgconfig GNU_CONFIGURE= yes USE_GNOME= gnomeprefix intlhack gconf2 gtk30 libxml2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= gcalccmd.1 gcalctool.1 GLIB_SCHEMAS= org.gnome.gcalctool.gschema.xml .include <bsd.port.mk> diff --git a/math/gcalctool3/pkg-plist b/math/gcalctool3/pkg-plist index 4b1a40765..5806721cd 100644 --- a/math/gcalctool3/pkg-plist +++ b/math/gcalctool3/pkg-plist @@ -1,6 +1,8 @@ bin/gcalccmd bin/gcalctool bin/gnome-calculator +man/man1/gcalccmd.1.gz +man/man1/gcalctool.1.gz share/applications/gcalctool.desktop %%DATADIR%%/buttons-advanced.ui %%DATADIR%%/buttons-basic.ui @@ -801,6 +803,8 @@ share/locale/zh_TW/LC_MESSAGES/gcalctool.mo @dirrmtry share/locale/zh_HK @dirrmtry share/locale/xh/LC_MESSAGES @dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te @dirrmtry share/locale/sr@latin/LC_MESSAGES |
