diff options
author | vd <vd@FreeBSD.org> | 2007-10-14 17:27:58 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2007-10-14 17:27:58 +0800 |
commit | a5285d33f12a5ceac41f88c47ab5ba7f02106546 (patch) | |
tree | f3bf4e5fd1268f1fdb231ce00bb338032d1de5df /irc | |
parent | f56635b531d4768af7d3483cc02334ceb45ed2d0 (diff) | |
download | freebsd-ports-gnome-a5285d33f12a5ceac41f88c47ab5ba7f02106546.tar.gz freebsd-ports-gnome-a5285d33f12a5ceac41f88c47ab5ba7f02106546.tar.zst freebsd-ports-gnome-a5285d33f12a5ceac41f88c47ab5ba7f02106546.zip |
* Copy the contents of the master port irc/pure-emacs20 to the slave port
irc/pure-emacs21 because the former is deprecated and going to be removed
soon. Adjust it to point to emacs21 by default.
* Adjust the slave port irc/pure-xemacs21-mule to point to the newly
created master port irc/irc/pure-emacs21.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/pure-emacs21/Makefile | 36 | ||||
-rw-r--r-- | irc/pure-xemacs21-mule/Makefile | 2 |
2 files changed, 32 insertions, 6 deletions
diff --git a/irc/pure-emacs21/Makefile b/irc/pure-emacs21/Makefile index e9689e50b2d7..13d689ae0702 100644 --- a/irc/pure-emacs21/Makefile +++ b/irc/pure-emacs21/Makefile @@ -1,13 +1,39 @@ -# New ports collection makefile for: pure (for emacs21) -# Date Created: 29 Oct 2001 +# New ports collection makefile for: pure (for emacs20) +# Date Created: 3 May 2001 # Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> # # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../pure-emacs20 +PORTNAME= pure +PORTVERSION= 0.6 +PORTREVISION= 2 +CATEGORIES= irc elisp +MASTER_SITES= http://his.luky.org/ftp/mirrors/irchat-pj/2.5/ +PKGNAMESUFFIX= -${EMACS_PORT_NAME} +DISTNAME= pure-${PORTVERSION}p +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= ${PORTNAME}-${PORTVERSION}pl2.diff.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= yoichi@FreeBSD.org +COMMENT= Primitive Universal Relay-chat Environment + +USE_BZIP2= yes USE_EMACS= yes -EMACS_PORT_NAME= emacs21 +EMACS_PORT_NAME?= emacs21 +LISPDIR?= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} +EMACS_ONLY?= "" +XEMACS_ONLY?= "@comment " +PUREBIN?= bin +MAKE_ARGS+= LISPDIR=${PREFIX}/${LISPDIR} \ + PACKDIR=${PREFIX}/${EMACS_LIBDIR}/site-packages \ + BINDIR=${PREFIX}/${PUREBIN} + +PLIST_SUB= PURELISP=${LISPDIR} \ + EMACS_ONLY=${EMACS_ONLY} \ + XEMACS_ONLY=${XEMACS_ONLY} \ + PUREBIN=${PUREBIN} -.include "${MASTERDIR}/Makefile" +.include <bsd.port.mk> diff --git a/irc/pure-xemacs21-mule/Makefile b/irc/pure-xemacs21-mule/Makefile index 27659fc583aa..410bfb3cf592 100644 --- a/irc/pure-xemacs21-mule/Makefile +++ b/irc/pure-xemacs21-mule/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../pure-emacs20 +MASTERDIR= ${.CURDIR}/../pure-emacs21 USE_EMACS= yes EMACS_PORT_NAME= xemacs21-mule |