7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
37 lines
1.1 KiB
Makefile
37 lines
1.1 KiB
Makefile
# New ports collection makefile for: bbdb (for emacs21)
|
|
# Date Created: 12 Dec 2001
|
|
# Whom: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bbdb
|
|
PORTVERSION= 2.34
|
|
CATEGORIES= databases elisp
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
|
|
|
MAINTAINER= yoichi@FreeBSD.org
|
|
COMMENT= Big Brother Database
|
|
|
|
EMACS_PORT_NAME?= emacs21
|
|
|
|
ALL_TARGET= bbdb info
|
|
MAKE_ARGS= MAKE="${MAKE} MAKEINFO=\"makeinfo --no-split\""
|
|
BBDB_LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
|
|
DIRSECTION= "The Emacs editor and associated tools"
|
|
INFOENTRY= "* BBDB: (bbdb). The Insidious Big Brother Database."
|
|
PLIST_SUB+= BBDB_LISPDIR=${BBDB_LISPDIR} \
|
|
DIRSECTION=${DIRSECTION} INFOENTRY=${INFOENTRY}
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
|
|
${INSTALL_DATA} ${WRKSRC}/lisp/*.el ${WRKSRC}/lisp/*.elc ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
|
|
.if !defined(NOPORTDOCS)
|
|
${INSTALL_DATA} ${WRKSRC}/texinfo/bbdb.info ${PREFIX}/info
|
|
install-info --section=${DIRSECTION} --entry=${INFOENTRY} ${PREFIX}/info/bbdb.info ${PREFIX}/info/dir
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|