aboutsummaryrefslogtreecommitdiffstats
path: root/lang/emacs-lisp-intro/Makefile
blob: ccf133b213f5e51a4f6ef767a91e2f2a67ba0e64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Don Croyle <croyle@gelemna.org>
# $FreeBSD$

PORTNAME=   emacs-lisp-intro
PORTVERSION=    2.04
CATEGORIES= lang elisp
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= emacs

MAINTAINER= amakawa@jp.FreeBSD.org
COMMENT=    Introduction to Emacs Lisp programming

USE_AUTOTOOLS=  autoconf213
INFO=       emacs-lisp-intro

.include <bsd.port.mk>