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.
20 lines
551 B
Makefile
20 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.25 2020/01/26 17:30:51 rillig Exp $
|
|
|
|
DISTNAME= base64-1.5
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://www.fourmilab.ch/webtools/base64/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.fourmilab.ch/webtools/base64/
|
|
COMMENT= Encode and decode base64 files
|
|
|
|
GNU_CONFIGURE= yes
|
|
BUILD_TARGET= prog
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/base64 ${DESTDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/base64.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|