mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
4470a25268
Note that everything scripts in the ports tree without an explicit license automatically fall into the license of the ports tree itself
25 lines
507 B
Makefile
25 lines
507 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
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${PORTSDIR}/COPYRIGHT
|
|
|
|
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>
|