pkgsrc/archivers/unrar/Makefile
wiz 385e088ac2 The RAR author was so considerate to add the version number to the
tar ball when asked.  "Update" to 3.1.0 (same version as before).
2002-10-17 18:27:13 +00:00

29 lines
763 B
Makefile

# $NetBSD: Makefile,v 1.16 2002/10/17 18:27:13 wiz Exp $
DISTNAME= unrarsrc-3.1.0
PKGNAME= ${DISTNAME:S/src//}
WRKSRC= ${WRKDIR}/unrar
CATEGORIES= archivers
MASTER_SITES= http://www.rarlab.com/rar/
MAINTAINER= wiz@netbsd.org
HOMEPAGE= http://www.rarlab.com/
COMMENT= Extract, view & test RAR archives
ALL_TARGET= makeunrar
MAKEFILE= makefile.gcc
LICENSE= unrar-license
RESTRICTED= "Do not modify. Do not charge a fee for redistribution."
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
USE_BUILDLINK2= # defined
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unrar
cd ${WRKSRC} && ${INSTALL_PROGRAM} unrar ${PREFIX}/bin
cd ${WRKSRC} && ${INSTALL_MAN} readme.txt license.txt \
${PREFIX}/share/doc/unrar
.include "../../mk/bsd.pkg.mk"