openbsd-ports/archivers/par2cmdline/Makefile
2007-09-15 10:14:32 +00:00

26 lines
646 B
Makefile

# $OpenBSD: Makefile,v 1.5 2007/09/15 10:14:33 espie Exp $
COMMENT= command line implementation of the PAR v2.0 specification
DISTNAME= par2cmdline-0.4
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=parchive/}
HOMEPAGE= http://parchive.sourceforge.net/\#client_par2cmdline
MAINTAINER= Jolan Luff <jolan@openbsd.org>
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= c m stdc++
CONFIGURE_STYLE=gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/par2cmdline
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/par2cmdline
.include <bsd.port.mk>