summaryrefslogtreecommitdiff
path: root/misc/tellico/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-05-13 16:43:11 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-05-13 16:43:11 +0000
commit6309d4c02a4eafd62933f869c7d4527ffc4e5fce (patch)
treefa531447f9a6cd1080893bfbe6ed652544bf0722 /misc/tellico/Makefile
parentTag 'em and grab 'em from freebsd-ports@ (diff)
New port: bookcase
Personal book collection manager for KDE. PR: 52092 Submitted by: Kirill Ponomarew
Notes
Notes: svn path=/head/; revision=80912
Diffstat (limited to 'misc/tellico/Makefile')
-rw-r--r--misc/tellico/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile
new file mode 100644
index 000000000000..b39c839cdef9
--- /dev/null
+++ b/misc/tellico/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: bookcase
+# Date created: 11 May 2003
+# Whom: Kirill Ponomarew <ponomarew@oberon.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bookcase
+PORTVERSION= 0.6.2
+CATEGORIES= misc kde
+MASTER_SITES= http://www.periapsis.org/bookcase/download/
+
+MAINTAINER= ponomarew@obeorn.net
+COMMENT= Personal book collection manager for KDE
+
+USE_KDELIBS_VER=3
+GNU_CONFIGURE= yes
+
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>