mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
25 lines
510 B
Makefile
25 lines
510 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
|
|
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
|
|
|
|
.include <bsd.port.mk>
|