aboutsummaryrefslogtreecommitdiffstats
path: root/lang/elisp-manual/Makefile
blob: 4b3b00bb91a02065e97fa6b922df4c4609400fba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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.7a
CATEGORIES= lang
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= emacs

MAINTAINER= ports@freebsd.org

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}
GNU_CONFIGURE=  yes

ALL_TARGET= elisp

.include <bsd.port.mk>