freebsd-ports/archivers/deb2targz/Makefile
Baptiste Daroussin 4470a25268 Add license.
Note that everything scripts in the ports tree without an explicit license
automatically fall into the license of the ports tree itself
2019-10-10 12:25:26 +00:00

25 lines
507 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= deb2targz
PORTVERSION= 20100710
CATEGORIES= archivers
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Command-line utility for converting a Debian .deb file to a .tar.gz
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${PORTSDIR}/COPYRIGHT
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= bin/deb2targz
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>