mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
dd65a14afa
package-building.
31 lines
661 B
Makefile
31 lines
661 B
Makefile
# New ports collection makefile for: elisp-manual
|
|
# Date created: 18 November 1997
|
|
# Whom: Don Croyle <croyle@gelemna.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= elisp-manual
|
|
PORTVERSION= 21.2.8
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= lang elisp
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= emacs
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Emacs Lisp reference manual
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/./-/}
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= elisp
|
|
MAKE_ARGS= MAKEINFO="makeinfo --no-split"
|
|
|
|
INFO= elisp
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/elisp ${PREFIX}/${INFO_PATH}/elisp.info
|
|
|
|
.include <bsd.port.mk>
|