mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
8b6eb1cd93
Offered by: Dryice Liu <dryice@hotpop.com> (maintainer) Accepted by: Alexey Mikhaiov <karma@ez.pereslavl.ru>
34 lines
653 B
Makefile
34 lines
653 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= karma@ez.pereslavl.ru
|
|
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>
|