From a1c8691e690406dc43bdfbeba1f767ec9c888a56 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Sun, 19 Oct 2003 06:13:49 +0000 Subject: - Get the translations installed (Make configure able to detect gettext and add it to LIB_DEPENDS.). [1] - INSTALLS_SHLIB added to the Makefile (Only in case a library get installed by the port.) - remove NO_FILTER_SHLIB - Replaced GNU_CONFIGURE with USE_LIBTOOL if INSTALLS_SHLIB was set in the Makefile - bump PORTREVISION Noted By: Dinesh Nadarajah [1] --- print/xfce4-print/Makefile | 11 ++++++++--- print/xfce4-print/pkg-plist | 18 ++++++++++++++++++ 2 files changed, 26 insertions(+), 3 deletions(-) (limited to 'print/xfce4-print') diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index fee279cbe7de..bf7b6f82adda 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-print PORTVERSION= 4.0.0 +PORTREVISION= 1 CATEGORIES= print xfce MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://linux.imp.mx/xfce4/xfce_${PORTVERSION}/src/ @@ -16,13 +17,17 @@ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 graphical frontend for printing -LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ + xfce4util.1:${PORTSDIR}/x11/libxfce4util \ xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui USE_GNOME= gtk20 USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -NO_FILTER_SHLIBS= yes +CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ + CPPFLAGS=-I${LOCALBASE}/include \ + LIBS=-L${LOCALBASE}/lib .include diff --git a/print/xfce4-print/pkg-plist b/print/xfce4-print/pkg-plist index f770c28a7b3f..cfb52148e29d 100644 --- a/print/xfce4-print/pkg-plist +++ b/print/xfce4-print/pkg-plist @@ -4,3 +4,21 @@ lib/libxfprint.a lib/libxfprint.la lib/libxfprint.so lib/libxfprint.so.0 +share/locale/ca/LC_MESSAGES/xfprint.mo +share/locale/de/LC_MESSAGES/xfprint.mo +share/locale/es/LC_MESSAGES/xfprint.mo +share/locale/es_MX/LC_MESSAGES/xfprint.mo +share/locale/fr/LC_MESSAGES/xfprint.mo +share/locale/hu/LC_MESSAGES/xfprint.mo +share/locale/ja/LC_MESSAGES/xfprint.mo +share/locale/lt/LC_MESSAGES/xfprint.mo +share/locale/ms/LC_MESSAGES/xfprint.mo +share/locale/nl/LC_MESSAGES/xfprint.mo +share/locale/pl/LC_MESSAGES/xfprint.mo +share/locale/pt_PT/LC_MESSAGES/xfprint.mo +share/locale/ru/LC_MESSAGES/xfprint.mo +share/locale/ta/LC_MESSAGES/xfprint.mo +share/locale/tr/LC_MESSAGES/xfprint.mo +share/locale/zh_CN/LC_MESSAGES/xfprint.mo +share/locale/zh_TW/LC_MESSAGES/xfprint.mo + -- cgit v1.2.3