diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-08-08 16:12:18 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-08-08 16:12:18 +0000 |
commit | ebbda0d0c31a3130446498cc92379889ff670526 (patch) | |
tree | c9e1a9a07ae520622488cad6054824e91f321b94 /devel/eieio/Makefile | |
parent | 6063930b4c561b6de7acf5a108a2588ceee85402 (diff) |
Notes
Diffstat (limited to 'devel/eieio/Makefile')
-rw-r--r-- | devel/eieio/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/devel/eieio/Makefile b/devel/eieio/Makefile index ea1dd175fcb0..049c74673686 100644 --- a/devel/eieio/Makefile +++ b/devel/eieio/Makefile @@ -6,17 +6,23 @@ # PORTNAME= eieio -PORTVERSION= 0.17.b4 +PORTVERSION= 0.17 CATEGORIES= devel elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cedet PKGNAMESUFFIX= -${EMACS_PORT_NAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} +#DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} -MAINTAINER= fuyuki@mj.0038.net +MAINTAINER= fuyuki@hadaly.org EMACS_PORT_NAME?= emacs21 +.if ${EMACS_PORT_NAME} != "emacs21" +PORTNAMESUFFIX= ${PKGNAMESUFFIX} +.endif + +BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/speedbar/speedbar.el:${PORTSDIR}/editors/speedbar${PORTNAMESUFFIX} + USE_GMAKE= yes LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/eieio |