mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
66ad1342d6
* Update to 1.99.96.20130920. * Switch master site to GitHub. * Update LICENSE. * Remove EMACS_FLAVORS_EXCLUDE because this version of Lookup can be built with editors/emacs-devel. * Update description and WWW in pkg-descr. * Add entry to UPDATING about incompatibility. PR: 225748 Submitted by: yasu@utahime.org (maintainer)
32 lines
702 B
Makefile
32 lines
702 B
Makefile
# Created by: Satoshi Taoka <taoka@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lookup
|
|
PORTVERSION= 1.99.96.20180209
|
|
CATEGORIES= japanese elisp
|
|
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
|
|
|
MAINTAINER= yasu@utahime.org
|
|
COMMENT= Emacs search interface for CD-ROM books, etc
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= autoreconf emacs makeinfo
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lookup2
|
|
GH_PROJECT= lookup2
|
|
GH_TAGNAME= c4f4986
|
|
|
|
INFO= lookup
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
|
|
--with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README.md
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|