9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
29 lines
688 B
Makefile
29 lines
688 B
Makefile
# $NetBSD: Makefile,v 1.19 2006/03/04 21:29:04 jlam Exp $
|
|
|
|
DISTNAME= zenicb-19981202
|
|
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= chat
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= ICB client for Emacs
|
|
|
|
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
|
|
|
|
.include "../../mk/emacs.mk"
|
|
|
|
EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 xemacs214 xemacs215
|
|
|
|
#PLIST_SUBST+= ELISPDIR=${ELISPDIR}
|
|
|
|
do-build:
|
|
|
|
do-install:
|
|
@${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/zenicb
|
|
@for file in ${WRKSRC}/src/*.el; do \
|
|
j="${INSTALL_DATA} $$file ${EMACS_LISPPREFIX}/zenicb"; \
|
|
${ECHO} $$j; $$j; \
|
|
done
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|