922a2ba34b
bsdchat.com is no longer available. Thanks for all their support! PR: ports/94459 Submitted by: Dryice Liu <dryice@dryice.name> (maintainer)
50 lines
1.2 KiB
Makefile
50 lines
1.2 KiB
Makefile
# New ports collection makefile for: eieio
|
|
# Date created: 10 December 2001
|
|
# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= eieio
|
|
PORTVERSION= 0.17
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel elisp
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
http://dryice.name/computer/FreeBSD/distfiles/
|
|
MASTER_SITE_SUBDIR= cedet
|
|
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
|
#DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/}
|
|
|
|
MAINTAINER= dryice@dryice.name
|
|
COMMENT= Enhanced Integration of Emacs Interpreted Objects
|
|
|
|
USE_EMACS= yes
|
|
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
|
|
CONFLICTS= cedet*
|
|
INFO= eieio
|
|
|
|
LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/eieio
|
|
|
|
pre-everything::
|
|
@${ECHO_MSG} ""
|
|
@${ECHO_MSG} "New version of eieio is now in devel/cedet."
|
|
@${ECHO_MSG} "Hit C-c now if you want the new version."
|
|
@${ECHO_MSG} ""
|
|
|
|
do-install:
|
|
${MKDIR} ${LISPDIR}
|
|
.for i in *.el *.elc
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${LISPDIR}
|
|
.endfor
|
|
${INSTALL_DATA} ${WRKSRC}/eieio.info ${PREFIX}/info
|
|
|
|
.include <bsd.port.mk>
|