2004-05-25 21:59:21 +00:00
|
|
|
# Ports collection makefile for: erc
|
|
|
|
# Date created: 23 February 2004
|
|
|
|
# Whom: Dryice Liu <dryice@liu.com.cn>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= erc
|
|
|
|
PORTVERSION= 4.0
|
|
|
|
CATEGORIES+= irc elisp
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= erc
|
|
|
|
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
|
|
|
|
2004-05-26 12:51:13 +00:00
|
|
|
MAINTAINER= karma@ez.pereslavl.ru
|
2004-05-25 21:59:21 +00:00
|
|
|
COMMENT= ERC is an Emacs InternetRelayChat client
|
|
|
|
|
|
|
|
EMACS_PORT_NAME?= emacs21
|
|
|
|
|
|
|
|
ERC_LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${MKDIR} ${ERC_LISPDIR}
|
|
|
|
.for i in *.el *.elc
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${ERC_LISPDIR}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|