572eeb5ff4
perl script. Benefits: - perl is no longer required as a dependency - other contents than data.tar.gz (data.tar, data.tar.bz2, data.tar.lzma, data.tar.xz) is now properly dealt with - deb package isn't sucked into memory anymore Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
25 lines
508 B
Makefile
25 lines
508 B
Makefile
# New ports collection makefile for: deb2targz
|
|
# Date created: 27 Sep 2005
|
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= deb2targz
|
|
PORTVERSION= 20100710
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= A command-line utility for converting a Debian .deb file to a .tar.gz
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/deb2targz
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|