pkgsrc/graphics/artist/Makefile
adam d5ddc1dea4 Changes 1.2.6:
* Coerced with the artist.el that's in Emacs-21.3 (minor editorial changes)

Changes 1.2.5:
* Added tool selection via the mouse-wheel.
2005-01-19 14:53:44 +00:00

27 lines
681 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/01/19 14:53:44 adam Exp $
DISTNAME= artist-1.2.6
CATEGORIES= graphics
MASTER_SITES= http://www.lysator.liu.se/~tab/artist/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.lysator.liu.se/~tab/artist/
COMMENT= Elisp drawing package with mouse and keyboard support
GNU_CONFIGURE= yes
.include "../../mk/emacs.mk"
.if ${EMACS_FLAVOR} == "xemacs"
MAKE_FLAGS+= EMACS=xemacs
MAKE_FLAGS+= lispdir=${EMACS_LISPPREFIX}/artist
.endif
DOCS= BUGS COPYING ChangeLog INSTALL README TODO
DOCDIR= ${PREFIX}/share/doc/artist
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCDIR}
.include "../../mk/bsd.pkg.mk"