1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/archivers/deb2targz/Makefile
2016-09-10 10:48:56 +00:00

22 lines
450 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
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>