openbsd-ports/archivers/unrar/Makefile

45 lines
1.1 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.53 2011/09/08 11:13:30 jasper Exp $
2007-09-15 06:14:32 -04:00
COMMENT= extract, list, and test RAR archives
1997-11-16 16:06:30 -05:00
# NB: The software version is different from the distfile version.
# Check version.hpp or the banner printed when running unrar
# for the version to use in PKGNAME. In particular, RARVER_BETA
# is *not* a third digit, but increments before finally being set
# to 0 for a non-beta release, e.g., "4.00 beta 6" was succeeded
# by "4.00".
PKGNAME= unrar-4.00
EPOCH= 1
DISTNAME= unrarsrc-4.0.7
1997-11-16 16:06:30 -05:00
CATEGORIES= archivers
HOMEPAGE= http://www.rarlab.com/
1997-11-16 16:06:30 -05:00
MAINTAINER= Amit Kulkarni <amitkulz@gmail.com>
# nonstandard
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-07-11 11:57:46 -04:00
WANTLIB= c m stdc++
MASTER_SITES= ${HOMEPAGE}rar/
WRKDIST= ${WRKDIR}/unrar
1997-11-16 16:06:30 -05:00
MAKE_FILE= makefile.unix
MAKE_FLAGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" STRIP=:
1997-11-16 16:06:30 -05:00
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/unrar ${PREFIX}/bin
2000-03-26 17:40:24 -05:00
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unrar
${INSTALL_MAN} ${WRKSRC}/readme.txt ${WRKSRC}/license.txt \
${PREFIX}/share/doc/unrar
1997-11-16 16:06:30 -05:00
NO_REGRESS= Yes
1997-11-16 16:06:30 -05:00
.include <bsd.port.mk>