head	1.16;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_0_0:1.12
	RELEASE_5_4_0:1.12
	RELEASE_4_11_0:1.12
	RELEASE_5_3_0:1.12
	RELEASE_4_10_0:1.12
	RELEASE_5_2_1:1.11
	RELEASE_5_2_0:1.11
	RELEASE_4_9_0:1.10
	RELEASE_5_1_0:1.10
	RELEASE_4_8_0:1.10
	RELEASE_5_0_0:1.9
	RELEASE_4_7_0:1.9
	RELEASE_4_6_2:1.9
	RELEASE_4_6_1:1.9
	RELEASE_4_6_0:1.9
	RELEASE_5_0_DP1:1.7
	RELEASE_4_5_0:1.7
	RELEASE_4_4_0:1.7
	RELEASE_4_3_0:1.7
	RELEASE_4_2_0:1.7
	RELEASE_4_1_1:1.7
	RELEASE_4_1_0:1.7
	RELEASE_3_5_0:1.7
	RELEASE_4_0_0:1.5
	RELEASE_3_4_0:1.5
	RELEASE_3_3_0:1.5
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.1.1.1
	v1_05:1.1.1.1
	CROYLE:1.1.1;
locks; strict;
comment	@# @;


1.16
date	2012.11.17.05.58.49;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2010.12.04.07.32.19;	author ade;	state Exp;
branches;
next	1.14;

1.14
date	2005.12.04.10.06.23;	author edwin;	state Exp;
branches;
next	1.13;

1.13
date	2005.11.15.06.49.53;	author ade;	state Exp;
branches;
next	1.12;

1.12
date	2004.03.14.06.16.50;	author ade;	state Exp;
branches;
next	1.11;

1.11
date	2003.10.19.00.12.55;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2003.02.21.12.35.00;	author knu;	state Exp;
branches;
next	1.9;

1.9
date	2002.05.12.01.48.55;	author mita;	state Exp;
branches;
next	1.8;

1.8
date	2002.05.11.09.13.25;	author mita;	state Exp;
branches;
next	1.7;

1.7
date	2000.05.21.11.52.04;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2000.04.12.06.18.16;	author obrien;	state Exp;
branches;
next	1.5;

1.5
date	99.08.25.06.34.27;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	99.06.05.22.30.43;	author mharo;	state Exp;
branches;
next	1.3;

1.3
date	99.01.25.12.43.24;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	98.09.18.22.28.04;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	98.04.27.14.49.53;	author kuriyama;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.04.27.14.49.53;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Switch exporter over
@
text
@# New ports collection makefile for:	emacs-lisp-intro
# Date created:		18 November 1997
# Whom:			Don Croyle <croyle@@gelemna.org>
#
# $FreeBSD: head/lang/emacs-lisp-intro/Makefile 300896 2012-07-14 13:54:48Z beat $
#

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>
@


1.15
log
@Sync to new bsd.autotools.mk
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@Use INFO macro
@
text
@d17 1
a17 1
USE_AUTOTOOLS=	autoconf:213
@


1.13
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d18 1
@


1.12
log
@Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
@
text
@d17 1
a17 1
USE_AUTOCONF_VER=	213
@


1.11
log
@Surely the fact that these two ports are not listed in the elisp virtual
cateogory is an oversight.
@
text
@d17 1
a17 1
USE_AUTOCONF=	yes
@


1.10
log
@De-pkg-comment.
@
text
@d10 1
a10 1
CATEGORIES=	lang
@


1.9
log
@Dr. Shuhei Amakawa, who sent PR for upgrade of lang/emacs-lisp-intro
can take over the MAINTAINER of the port.
@
text
@d15 1
@


1.8
log
@- Updated to version 2.04 after approval of maintainer.
- Changed maintainer to ports@@FreeBSD.org after the request from
  current maintainer.

PR:		ports/34077
Submitted by:	Shuhei AMAKAWA <sa264@@cam.ac.uk>
Approved by:	Don Croyle <croyle@@gelemna.org>
@
text
@d14 1
a14 1
MAINTAINER=	ports@@freebsd.org
@


1.7
log
@Change MAINTAINER's mail address.
Now "Don Croyle <croyle@@gelemna.org>".

PR:		18701, (part of) 18702, 18703, 18706
Submitted by:	MAINTAINER
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/emacs-lisp-intro/Makefile,v 1.6 2000/04/12 06:18:16 obrien Exp $
d9 1
a9 1
PORTVERSION=	1.05
d14 3
a16 1
MAINTAINER=	croyle@@gelemna.org
@


1.6
log
@Convert to the PORTNAME - PORTVERSION syntax.
@
text
@d3 1
a3 1
# Whom:			Don Croyle <croyle@@gelemna.ft-wayne.in.us>
d5 1
a5 1
# $FreeBSD: ports/lang/emacs-lisp-intro/Makefile,v 1.5 1999/08/25 06:34:27 obrien Exp $
d14 1
a14 1
MAINTAINER=	croyle@@gelemna.ft-wayne.in.us
@


1.5
log
@Change Id->FreeBSD.
@
text
@a1 1
# Version required:	1.05
d5 1
a5 1
# $FreeBSD$
d8 2
a9 1
DISTNAME=	emacs-lisp-intro-1.05
@


1.4
log
@Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.3 1999/01/25 12:43:24 kuriyama Exp $
@


1.3
log
@Sub directory of MASTER_SITES has been moved.

PR:		ports/9644
Submitted by:	Don Croyle <croyle@@gelemna.ft-wayne.in.us>
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1998/09/18 22:28:04 vanilla Exp $
a14 5

pre-install:
	if [ ! -f ${PREFIX}/info/dir ]; then \
	  ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
	fi
@


1.2
log
@Merge all info page to a BIG file.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1998/04/27 14:49:53 kuriyama Exp $
d12 1
@


1.1
log
@Initial revision
@
text
@d1 4
a4 4
# New ports collection makefile for:  emacs-lisp-intro
# Version required:  1.05
# Date created:  18 November 1997
# Whom:  Don Croyle <croyle@@gelemna.ft-wayne.in.us>
d6 1
a6 1
# $Id$
d15 1
a15 1
post-install:
a18 1
	install-info ${PREFIX}/info/emacs-lisp-intro.info ${PREFIX}/info/dir
@


1.1.1.1
log
@An introduction to Emacs Lisp programming

Submitted by:	Don Croyle <croyle@@gelemna.ft-wayne.in.us>
PR:		ports/5087
@
text
@@
