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.
32 lines
763 B
Makefile
32 lines
763 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/01/26 17:32:19 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= saytime_11nov1995
|
|
PKGNAME= saytime-19951111
|
|
CATEGORIES= time audio
|
|
MASTER_SITES= http://www.acme.com/software/saytime/
|
|
|
|
MAINTAINER= is@NetBSD.org
|
|
HOMEPAGE= https://www.acme.com/software/saytime/
|
|
COMMENT= Talking clock
|
|
|
|
USE_TOOLS+= pax
|
|
|
|
# Needs /dev/audio.
|
|
NOT_FOR_PLATFORM= Interix-*-*
|
|
|
|
WRKSRC= ${WRKDIR}/saytime
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
pre-configure:
|
|
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.template
|
|
${SED} -e 's|@LOCALBASE@|${LOCALBASE}|' \
|
|
${WRKSRC}/Makefile.template > ${WRKSRC}/Makefile
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/saytime
|
|
|
|
post-install:
|
|
cd ${WRKSRC}/times && pax -rw * ${DESTDIR}${PREFIX}/share/saytime/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|