9637f7852e
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.
25 lines
676 B
Makefile
25 lines
676 B
Makefile
# $NetBSD: Makefile,v 1.20 2020/01/26 17:30:51 rillig Exp $
|
|
|
|
DISTNAME= macfork-1.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://www.cs.cmu.edu/~ajw/public/dist/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.cs.cmu.edu/afs/cs/user/ajw/www/software/
|
|
COMMENT= Tool for extracting data from Macintosh resource forks
|
|
|
|
WRKSRC= ${WRKDIR}/macfork
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/macfork
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC:Q}/macfork ${DESTDIR}${PREFIX:Q}/bin
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC:Q}/README ${DESTDIR}${DOCDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|