freebsd-ports/archivers/deb2targz/Makefile
Emanuel Haupt 4e74162b8b Change MAINTAINER address for my ports.
Approved by:	novel (mentor)
2005-10-06 11:57:11 +00:00

29 lines
624 B
Makefile

# New ports collection makefile for: deb2targz
# Date created: 27 Sep 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= deb2targz
PORTVERSION= 20021217
CATEGORIES= archivers perl5
MASTER_SITES= http://critical.ch/distfiles/
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A command-line utility for converting a Debian .deb file to a .tar.gz
USE_PERL5= yes
USE_REINPLACE= yes
NO_BUILD= yes
PLIST_FILES= bin/deb2targz
post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' \
${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>