ea66012756
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.
Changes: 51589f81...7939184f
33 lines
713 B
Makefile
33 lines
713 B
Makefile
PORTNAME= lookup
|
|
PORTVERSION= 1.99.96.20180209
|
|
PORTREVISION= 12
|
|
CATEGORIES= japanese elisp
|
|
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
|
|
|
MAINTAINER= yasu@FreeBSD.org
|
|
COMMENT= Emacs search interface for CD-ROM books, etc
|
|
WWW= https://lookup2.github.io/
|
|
|
|
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}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README.md
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|