pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
30 lines
810 B
Makefile
30 lines
810 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/01/26 17:31:20 rillig Exp $
|
|
|
|
DISTNAME= artist-1.2.6
|
|
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.lysator.liu.se/~tab/artist/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.lysator.liu.se/~tab/artist/
|
|
COMMENT= Elisp drawing package with mouse and keyboard support
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
INSTALLATION_DIRS+= ${DOCDIR} \
|
|
${EMACS_LISPPREFIX:C|^${PREFIX}/||}/artist
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../editors/emacs/modules.mk"
|
|
|
|
MAKE_FLAGS+= EMACS=${EMACS_FLAVOR} \
|
|
lispdir=${DESTDIR}${EMACS_LISPPREFIX}/artist
|
|
|
|
DOCS= BUGS COPYING ChangeLog INSTALL README TODO
|
|
DOCDIR= share/doc/artist
|
|
|
|
post-install:
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DESTDIR}${PREFIX}/${DOCDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|