File:  [cvs.NetBSD.org] / pkgsrc / archivers / unrar / Makefile
Revision 1.21: download - view: text, annotated - select for diffs
Thu Jul 17 21:21:44 2003 UTC (21 years, 10 months ago) by grant
Branches: MAIN
CVS tags: HEAD
s/netbsd.org/NetBSD.org/

# $NetBSD: Makefile,v 1.21 2003/07/17 21:21:44 grant Exp $
#

DISTNAME=	unrarsrc-3.2.2
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

MAKEFILE=	makefile.unix

LICENSE=	unrar-license
RESTRICTED=	"Do not modify. Do not charge a fee for redistribution."
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}

do-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unrar
	cd ${WRKSRC} && ${INSTALL_PROGRAM} unrar ${PREFIX}/bin
	cd ${WRKSRC} && ${INSTALL_DATA} readme.txt license.txt	\
		${PREFIX}/share/doc/unrar

.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>