diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-04-19 00:55:12 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-04-19 00:55:12 +0000 |
commit | 94085da0f27338113b9ac906aef7264122695331 (patch) | |
tree | 752c4b324d492eff180ced2728dd1bea94a557f4 /net/eudc-emacs20/Makefile | |
parent | 9efc1482b475cb0426156e4a10b538350cffd366 (diff) | |
download | ports-94085da0f27338113b9ac906aef7264122695331.tar.gz ports-94085da0f27338113b9ac906aef7264122695331.zip |
Notes
Diffstat (limited to 'net/eudc-emacs20/Makefile')
-rw-r--r-- | net/eudc-emacs20/Makefile | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/net/eudc-emacs20/Makefile b/net/eudc-emacs20/Makefile deleted file mode 100644 index cf96cd615b76..000000000000 --- a/net/eudc-emacs20/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: eudc-emacs20 -# Date created: 8 February 2001 -# Whom: ilya -# -# $FreeBSD$ -# - -PORTNAME= eudc -PORTVERSION= 1.30b -PORTREVISION= 1 -CATEGORIES= net mail elisp -MASTER_SITES= http://diwww.epfl.ch/~figueire/Software/eudc/ -PKGNAMESUFFIX= -${EMACS_PORT_NAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= An Emacs client to directory servers - -FORBIDDEN= "Requires net/openldap12 which is no more. If you are adventurish, maybe you would like to take over the maintainership and make this port working with net/openldap21-client" -DEPRECATED= ${FORBIDDEN} -EXPIRATION_DATE= 2004-04-18 - -RUN_DEPENDS= ldapsearch:${PORTSDIR}/net/openldap12 - -EMACS_PORT_NAME?=emacs20 - -USE_GMAKE= yes -MAKEFILE= GNUmakefile - -INFODIR= ${PREFIX}/info - -PORTDOCDIR= share/doc/${PORTNAME}-${EMACS_PORT_NAME} -DOCS= COPYRIGHT ChangeLog INSTALL NEWS README -SOURCES= eudc-autoloads.el eudc-bob.el eudc-export.el \ - eudc-hotlist.el eudc-vars.el eudc.el \ - eudcb-bbdb.el eudcb-ldap.el eudcb-ph.el ldap.el -ELCS= ${SOURCES:S/.el/.elc/g} -INFOS= eudc.info - -PLIST_SUB+= EMACS_PORT_NAME=${EMACS_PORT_NAME} \ - INFODIR=${INFODIR:S/${PREFIX}\///} - -INSTALL_TARGET= -lispdir= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/eudc - -post-build: - @(cd ${WRKSRC}; makeinfo --no-split eudc.texi) -post-install: - ${MKDIR} ${lispdir}; -.for i in ${SOURCES} ${ELCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${lispdir} -.endfor -.for i in ${INFOS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${INFODIR} - install-info ${INFODIR}/eudc.info ${INFODIR}/dir -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/${PORTDOCDIR} -.for i in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/${PORTDOCDIR} -.endfor -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> |