Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
view Makefile @ 6:0d9a499e89e9
More tests with regard to the new algorithm
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Thu, 19 Oct 2017 08:54:24 +0200 |
| parents | 8781814174df |
| children | f5f04faa9acf |
line wrap: on
line source
# Created by: Franz Glasner <freebsd-dev@dom66.de> # $FreeBSD$ PORTNAME= check-ports DISTVERSION= 0.0.1-pre1 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none MAINTAINER= freebsd-dev@dom66.de COMMENT= Extensive binary package version check for several repositories LICENSE= BSD3CLAUSE NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/check-ports SRC= ${.CURDIR} PLIST_FILES= bin/check-ports do-extract: ${MKDIR} ${WRKSRC}/bin ${CP} -R -v ${SRC}/bin/ ${WRKSRC}/bin do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/check-ports ${STAGEDIR}${PREFIX}/bin/check-ports .include <bsd.port.mk>
