1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/archivers/linux-par2cmdline/Makefile
Edwin Groothuis c12c0d9a8c [New port] archivers/linux-par2cmdline
Linux version of par2cmdline. Useful when the native version
	does not work correctly (e.g. when you get a "Main packet
	not found" error).

PR:		ports/112124
Submitted by:	Ganael LAPLANCHE <ganael.laplanche@martymac.com>
2007-09-07 06:38:26 +00:00

30 lines
743 B
Makefile

# New ports collection makefile for: linux-par2cmdline
# Date created: 25 April 2007
# Whom: ganael.laplanche@martymac.com
#
# $FreeBSD$
#
PORTNAME= par2cmdline
PORTVERSION= 0.4
CATEGORIES= archivers linux
MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH} ../extras/${LINUX_DIST_VER}/SRPMS
DISTNAME= ${PORTNAME}-${PORTVERSION}-10.fc4
MAINTAINER= ganael.laplanche@martymac.com
COMMENT= Linux version of par2cmdline
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
LINUX_DIST_VER= 4
PLIST_FILES= usr/bin/par \
usr/bin/par2 \
usr/bin/par2verify \
usr/bin/par2repair \
usr/bin/par2create
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= AUTHORS COPYING ChangeLog README
.include <bsd.port.mk>