pkgsrc/devel/pcl-cvs/Makefile
cube 367bfc567f o Register conflict between elib and emacs20-elib in elib's Makefile
o Make it so PKGREVISION bumps of elib don't affect emacs20-elib
o Bump PKGREVISION of elib and pcl-cvs
2003-11-18 16:29:50 +00:00

27 lines
577 B
Makefile

# $NetBSD: Makefile,v 1.9 2003/11/18 16:29:50 cube Exp $
#
DISTNAME= pcl-cvs-2.9.9
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://rum.cs.yale.edu/pub/monnier/pcl-cvs/
MAINTAINER= tech-pkg@NetBSD.org
#HOMEPAGE=
COMMENT= Front-end to CVS for emacs
DEPENDS+= emacs20-elib>=1.0:../../devel/emacs20-elib
CONFLICTS= emacs-21.*
CONFLICTS+= emacs21
EMACS_VERSIONS_ACCEPTED= emacs20
.include "../../mk/emacs.mk"
MAKE_ENV+= PREFIX=${PREFIX}
ALL_TARGET= default
INFO_FILES= pcl-cvs.info
MESSAGE_SUBST+= EMACS_LISPPREFIX=${EMACS_LISPPREFIX:Q}
.include "../../mk/bsd.pkg.mk"