diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-29 19:53:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-29 19:53:48 +0000 |
commit | 7d11a5f06cccc7556c16b28cc19f17e6f744b5dc (patch) | |
tree | 38cd7cd768b64276f1e1419e1786496b393339b5 /deskutils/xfce4-calendar | |
parent | 1324d86f0e938be985b7471313d70097bc27291f (diff) |
Notes
Diffstat (limited to 'deskutils/xfce4-calendar')
-rw-r--r-- | deskutils/xfce4-calendar/Makefile | 4 | ||||
-rw-r--r-- | deskutils/xfce4-calendar/pkg-plist | 25 |
2 files changed, 29 insertions, 0 deletions
diff --git a/deskutils/xfce4-calendar/Makefile b/deskutils/xfce4-calendar/Makefile index f253cd621dd6..1674937028f1 100644 --- a/deskutils/xfce4-calendar/Makefile +++ b/deskutils/xfce4-calendar/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-calendar PORTVERSION= 0.1.9 +PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/4.0.6/ \ http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.0.6/src/ @@ -26,5 +27,8 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_INC_LIBTOOL_VER= 15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ + CPPFLAGS=-I${LOCALBASE}/include \ + LIBS=-L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/deskutils/xfce4-calendar/pkg-plist b/deskutils/xfce4-calendar/pkg-plist index 4b6c148345fe..026ee279f606 100644 --- a/deskutils/xfce4-calendar/pkg-plist +++ b/deskutils/xfce4-calendar/pkg-plist @@ -2,4 +2,29 @@ bin/xfcalendar lib/xfce4/mcs-plugins/xfcalendar_plugin.so lib/xfce4/mcs-plugins/xfcalendar_plugin.la lib/xfce4/mcs-plugins/xfcalendar_plugin.a +share/locale/ar/LC_MESSAGES/xfcalendar.mo +share/locale/az/LC_MESSAGES/xfcalendar.mo +share/locale/bg/LC_MESSAGES/xfcalendar.mo +share/locale/ca/LC_MESSAGES/xfcalendar.mo +share/locale/cs/LC_MESSAGES/xfcalendar.mo +share/locale/de/LC_MESSAGES/xfcalendar.mo +share/locale/es/LC_MESSAGES/xfcalendar.mo +share/locale/et/LC_MESSAGES/xfcalendar.mo +share/locale/eu/LC_MESSAGES/xfcalendar.mo +share/locale/fa_IR/LC_MESSAGES/xfcalendar.mo +share/locale/fr/LC_MESSAGES/xfcalendar.mo +share/locale/hi/LC_MESSAGES/xfcalendar.mo +share/locale/it/LC_MESSAGES/xfcalendar.mo +share/locale/ko/LC_MESSAGES/xfcalendar.mo +share/locale/ms/LC_MESSAGES/xfcalendar.mo +share/locale/nl/LC_MESSAGES/xfcalendar.mo +share/locale/no/LC_MESSAGES/xfcalendar.mo +share/locale/pl/LC_MESSAGES/xfcalendar.mo +share/locale/pt_BR/LC_MESSAGES/xfcalendar.mo +share/locale/ru/LC_MESSAGES/xfcalendar.mo +share/locale/sv/LC_MESSAGES/xfcalendar.mo +share/locale/ta/LC_MESSAGES/xfcalendar.mo +share/locale/tr/LC_MESSAGES/xfcalendar.mo +share/locale/zh_CN/LC_MESSAGES/xfcalendar.mo +share/locale/zh_TW/LC_MESSAGES/xfcalendar.mo @unexec rmdir %D/lib/xfce4/mcs-plugins 2>/dev/null || true |