diff options
Diffstat (limited to 'deskutils/gtkjournal/Makefile')
-rw-r--r-- | deskutils/gtkjournal/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/deskutils/gtkjournal/Makefile b/deskutils/gtkjournal/Makefile index 780503a6ef8e..dc329e17aa5f 100644 --- a/deskutils/gtkjournal/Makefile +++ b/deskutils/gtkjournal/Makefile @@ -9,18 +9,21 @@ PORTNAME= gtkjournal PORTVERSION= 0.3.5.b PORTREVISION= 8 CATEGORIES= deskutils gnome -MASTER_SITES= http://www.alaskaparadise.com/freebsd/ +MASTER_SITES= http://sourcefiles.org/Productivity_Tools/Diary/ \ + LOCAL/beech DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} -MAINTAINER= beech@alaskaparadise.com +MAINTAINER= beech@FreeBSD.org COMMENT= Gtk+-2 journal/diary LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 \ sqlite.2:${PORTSDIR}/databases/sqlite2 \ gtkspell:${PORTSDIR}/textproc/gtkspell +PLIST_FILES= bin/gtkjournal lib/libsqlitemm.a lib/libsqlitemm.la \ + lib/libsqlitemm.so lib/libsqlitemm.so.0 + USE_AUTOTOOLS= libtool:15 -USE_X_PREFIX= yes USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes |