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.
23 lines
598 B
Makefile
23 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/01/26 17:32:11 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= shc-3.8.9
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.datsi.fi.upm.es/~frosal/sources/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.datsi.fi.upm.es/~frosal/
|
|
COMMENT= Shell script to C compiler
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
MAKE_FILE= makefile
|
|
MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/shc ${DESTDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/shc.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|