freebsd-ports/irc/erc/Makefile
Pav Lucistnik fb727859ab Add erc, an IRC client written entirely in elisp, for emacs.
PR:		ports/63401
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2004-05-25 21:59:21 +00:00

33 lines
649 B
Makefile

# 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}
MAINTAINER= dryice@liu.com.cn
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>