142171e3f3
indefinite article from COMMENT line; also fix few noticed styles bugs while I am here.
20 lines
426 B
Makefile
20 lines
426 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
|
|
|
|
PLIST_FILES= bin/deb2targz
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|