mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
17 lines
349 B
Makefile
17 lines
349 B
Makefile
# 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= An introduction to Emacs Lisp programming
|
|
|
|
USE_AUTOTOOLS= autoconf213
|
|
INFO= emacs-lisp-intro
|
|
|
|
.include <bsd.port.mk>
|