openbsd-ports/archivers/par2cmdline/Makefile

26 lines
648 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2004/11/21 12:50:32 espie Exp $
2004-01-23 00:20:48 -05:00
COMMENT= "command line implementation of the PAR v2.0 specification"
2004-06-27 19:06:47 -04:00
DISTNAME= par2cmdline-0.4
2004-01-23 00:20:48 -05:00
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++
2004-01-23 00:20:48 -05:00
CONFIGURE_STYLE=gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/par2cmdline
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/par2cmdline
.include <bsd.port.mk>