aboutsummaryrefslogtreecommitdiff
path: root/deskutils/knowit/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-12-04 10:05:05 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-12-04 10:05:05 +0000
commit488e8b4eeeca7902586a14e9b7e6111f7b6f618f (patch)
tree22bf0403ad0ad37b4aee35d403417b907c7d33fe /deskutils/knowit/Makefile
parent51f8f29d0fa862f621dbf6a1fe7291ace545a5a3 (diff)
downloadports-488e8b4eeeca7902586a14e9b7e6111f7b6f618f.tar.gz
ports-488e8b4eeeca7902586a14e9b7e6111f7b6f618f.zip
Notes
Diffstat (limited to 'deskutils/knowit/Makefile')
-rw-r--r--deskutils/knowit/Makefile20
1 files changed, 5 insertions, 15 deletions
diff --git a/deskutils/knowit/Makefile b/deskutils/knowit/Makefile
index 5098e82a9f3d..ed1aabcaa5d6 100644
--- a/deskutils/knowit/Makefile
+++ b/deskutils/knowit/Makefile
@@ -9,28 +9,18 @@
PORTNAME= knowit
PORTVERSION= 0.8
-PORTREVISION= 0
-#PORTEPOCH=
+PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://knowit.sourceforge.net/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= A note manager with tree organization that uses RTF for storage
-USE_KDELIBS_VER=3
-PREFIX= ${KDE_PREFIX}
-
USE_BZIP2= yes
+USE_KDELIBS_VER= 3
USE_GMAKE= yes
GNU_CONFIGURE= yes
-BINDIR= ${PREFIX}/bin
-BINNAME= ${CONFIGURE_TARGET}-${PORTNAME}
-PLIST_SUB= BINNAME=${BINNAME}
-
-post-install:
- cd ${BINDIR}; ${RM} -f ${PORTNAME}; \
- ${LN} -sf ${BINNAME} ${PORTNAME}
-
-.include <bsd.port.mk>
-#EOF
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>