aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/deb2targz/Makefile
blob: eef88c7ae3922e1d4b5e9a2e67184c43f45980d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>