openbsd-ports/archivers/unrar/Makefile
cathcart 386cbccada Update to 3.5.4
From maintainer Rui Reis <rui@rui.cx>
ok niallo@
2005-11-16 01:26:59 +00:00

36 lines
796 B
Makefile

# $OpenBSD: Makefile,v 1.28 2005/11/16 01:26:59 cathcart Exp $
COMMENT= "extract, list, and test RAR archives"
DISTNAME= unrarsrc-3.5.4
PKGNAME= unrar-3.54
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}" DEFINES=""
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>