summaryrefslogtreecommitdiffstats
path: root/databases/lsdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/lsdb/Makefile')
-rw-r--r--databases/lsdb/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/databases/lsdb/Makefile b/databases/lsdb/Makefile
new file mode 100644
index 0000000..9ec8c3c
--- /dev/null
+++ b/databases/lsdb/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: lsdb (for emacs21)
+# Date Created: 27 Apr 2002
+# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= lsdb
+PORTVERSION= 0.5
+CATEGORIES= databases elisp
+MASTER_SITES= http://deisui.org/~ueno/emacs-lisp/
+PKGNAMESUFFIX= -${EMACS_PORT_NAME}
+
+MAINTAINER= yoichi@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/share/flim/${FLIM_COOKIE}:${PORTSDIR}/editors/flim${DEPPORT_SUFFIX}
+
+EMACS_PORT_NAME?= emacs21
+.if (${EMACS_PORT_NAME} == emacs21)
+DEPPORT_SUFFIX=
+.else
+DEPPORT_SUFFIX= -${EMACS_PORT_NAME}
+.endif
+
+FLIM_COOKIE= flim-${EMACS_PORT_NAME}-1.14.FreeBSD-packages
+
+ALL_TARGET= elc
+MAKE_ARGS= LISPDIR=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/bbdb-to-lsdb.el ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud