diff options
author | adamw <adamw@FreeBSD.org> | 2003-11-03 08:32:44 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-11-03 08:32:44 +0800 |
commit | fd1da977bec21a1ace7d909ba9e8abfb37aeb74b (patch) | |
tree | d1707e6da994b60411cf132bf556ab43ec790df9 /deskutils | |
parent | 9f136f426cd390122790b18c3e71075fe8dc9fb1 (diff) | |
download | freebsd-ports-gnome-fd1da977bec21a1ace7d909ba9e8abfb37aeb74b.tar.gz freebsd-ports-gnome-fd1da977bec21a1ace7d909ba9e8abfb37aeb74b.tar.zst freebsd-ports-gnome-fd1da977bec21a1ace7d909ba9e8abfb37aeb74b.zip |
Add ${LOCALBASE} to CPPFLAGS and LIBS, allowing i18n.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/logjam2/Makefile | 3 | ||||
-rw-r--r-- | deskutils/logjam2/pkg-plist | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/logjam2/Makefile b/deskutils/logjam2/Makefile index 8df32b46c6a4..bab8a578f66d 100644 --- a/deskutils/logjam2/Makefile +++ b/deskutils/logjam2/Makefile @@ -7,6 +7,7 @@ PORTNAME= logjam2 PORTVERSION= 4.2.4 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://logjam.danga.com/download/ DISTNAME= logjam-${PORTVERSION} @@ -26,6 +27,8 @@ USE_GNOME= gnomehack \ gtk20 \ libxml2 CONFIGURE_ARGS= --program-transform-name="s/$$//" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" .if defined(WITH_GTKSPELL) LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 diff --git a/deskutils/logjam2/pkg-plist b/deskutils/logjam2/pkg-plist index 84d0c204cb86..309a6aa04cea 100644 --- a/deskutils/logjam2/pkg-plist +++ b/deskutils/logjam2/pkg-plist @@ -3,3 +3,10 @@ share/gnome/pixmaps/logjam_goat.png share/gnome/pixmaps/logjam_ljcomm.png share/gnome/pixmaps/logjam_ljuser.png share/gnome/pixmaps/logjam_pencil.png +share/locale/de/LC_MESSAGES/logjam.mo +share/locale/en_GB/LC_MESSAGES/logjam.mo +share/locale/en_US.UTF-8/LC_MESSAGES/logjam.mo +share/locale/es/LC_MESSAGES/logjam.mo +share/locale/he/LC_MESSAGES/logjam.mo +share/locale/ru_RU/LC_MESSAGES/logjam.mo +share/locale/uk_UA/LC_MESSAGES/logjam.mo |