Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
comparison Makefile @ 2:8781814174df
Files to make a FreeBSD binary package for the tool
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Fri, 13 Oct 2017 09:15:49 +0200 |
| parents | |
| children | f5f04faa9acf |
comparison
equal
deleted
inserted
replaced
| 1:7c9ddbea00c8 | 2:8781814174df |
|---|---|
| 1 # Created by: Franz Glasner <freebsd-dev@dom66.de> | |
| 2 # $FreeBSD$ | |
| 3 | |
| 4 PORTNAME= check-ports | |
| 5 DISTVERSION= 0.0.1-pre1 | |
| 6 CATEGORIES= ports-mgmt | |
| 7 MASTER_SITES= # none | |
| 8 DISTFILES= # none | |
| 9 | |
| 10 MAINTAINER= freebsd-dev@dom66.de | |
| 11 COMMENT= Extensive binary package version check for several repositories | |
| 12 | |
| 13 LICENSE= BSD3CLAUSE | |
| 14 | |
| 15 NO_ARCH= yes | |
| 16 NO_BUILD= yes | |
| 17 WRKSRC= ${WRKDIR}/check-ports | |
| 18 | |
| 19 SRC= ${.CURDIR} | |
| 20 | |
| 21 PLIST_FILES= bin/check-ports | |
| 22 | |
| 23 do-extract: | |
| 24 ${MKDIR} ${WRKSRC}/bin | |
| 25 ${CP} -R -v ${SRC}/bin/ ${WRKSRC}/bin | |
| 26 | |
| 27 do-install: | |
| 28 ${INSTALL_SCRIPT} ${WRKSRC}/bin/check-ports ${STAGEDIR}${PREFIX}/bin/check-ports | |
| 29 | |
| 30 .include <bsd.port.mk> |
