aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gtkjournal/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-03-22 08:36:12 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-03-22 08:36:12 +0000
commit37c29839e65c7b8e22afcfbf0c0afb77885ffe74 (patch)
treec0500b6403b3712154e343c6eca693ba3389d74e /deskutils/gtkjournal/Makefile
parent63e2c1bf892c4345a4b956a06d87a114dcea9088 (diff)
downloadports-37c29839e65c7b8e22afcfbf0c0afb77885ffe74.tar.gz
ports-37c29839e65c7b8e22afcfbf0c0afb77885ffe74.zip
Notes
Diffstat (limited to 'deskutils/gtkjournal/Makefile')
-rw-r--r--deskutils/gtkjournal/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/deskutils/gtkjournal/Makefile b/deskutils/gtkjournal/Makefile
index 6a171072d5b7..4af67e409d56 100644
--- a/deskutils/gtkjournal/Makefile
+++ b/deskutils/gtkjournal/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gtkjournal
-PORTVERSION= 0.3.4.pre1
+PORTVERSION= 0.3.5.b
CATEGORIES= deskutils gnome
MASTER_SITES= http://linuxhelp.homeunix.com/gtkjournal/files/
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
@@ -17,19 +17,13 @@ COMMENT= Gtk+-2 journal/diary
LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 \
sqlite:${PORTSDIR}/databases/sqlite
-WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_BZIP2= yes
USE_X_PREFIX= yes
USE_OPENSSL= yes
USE_GMAKE= yes
USE_REINPLACE= yes
+USE_LIBTOOL_VER=13
+USE_GNOME= gnomehack lthack
-PLIST_FILES= bin/${PORTNAME}
-
-post-patch:
- @${REINPLACE_CMD} -e "54,\$$d" ${WRKSRC}/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+MAN1= ${PORTNAME}.1
.include <bsd.port.mk>