openbsd-ports/archivers/unrar/Makefile
2007-09-25 19:40:57 +00:00

36 lines
772 B
Makefile

# $OpenBSD: Makefile,v 1.38 2007/09/25 19:40:57 rui Exp $
COMMENT= extract, list, and test RAR archives
DISTNAME= unrarsrc-3.7.8
PKGNAME= unrar-3.78
CATEGORIES= archivers
HOMEPAGE= http://www.rarlab.com/
MAINTAINER= Rui Reis <rui@rui.cx>
# Restrictive
PERMIT_PACKAGE_CDROM= no fee
PERMIT_PACKAGE_FTP= may not modify
PERMIT_DISTFILES_CDROM= no fee
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m stdc++
MASTER_SITES= ${HOMEPAGE}rar/
WRKDIST= ${WRKDIR}/unrar
MAKE_FILE= makefile.unix
MAKE_FLAGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/unrar ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unrar
${INSTALL_MAN} ${WRKSRC}/readme.txt ${WRKSRC}/license.txt \
${PREFIX}/share/doc/unrar
NO_REGRESS= Yes
.include <bsd.port.mk>