2004-11-21 12:50:32 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.26 2004/11/21 12:50:33 espie Exp $
|
2001-03-29 11:41:17 +00:00
|
|
|
|
2003-04-16 20:59:17 +00:00
|
|
|
COMMENT= "extract, list, and test RAR archives"
|
1997-11-16 21:06:30 +00:00
|
|
|
|
2004-11-17 19:13:59 +00:00
|
|
|
DISTNAME= unrarsrc-3.4.3
|
|
|
|
PKGNAME= unrar-3.43
|
1997-11-16 21:06:30 +00:00
|
|
|
CATEGORIES= archivers
|
2003-04-16 20:59:17 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.rarlab.com/
|
1997-11-16 21:06:30 +00:00
|
|
|
|
2003-05-24 02:40:42 +00:00
|
|
|
# Restrictive
|
2000-03-12 14:47:04 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= "no fee"
|
|
|
|
PERMIT_PACKAGE_FTP= "may not modify"
|
|
|
|
PERMIT_DISTFILES_CDROM= "no fee"
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-11-21 12:50:32 +00:00
|
|
|
WANTLIB= c m stdc++
|
2000-03-12 14:47:04 +00:00
|
|
|
|
2003-04-16 20:59:17 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}rar/
|
|
|
|
|
|
|
|
WRKDIST= ${WRKDIR}/unrar
|
1997-11-16 21:06:30 +00:00
|
|
|
|
2003-04-16 20:59:17 +00:00
|
|
|
MAKE_FILE= makefile.unix
|
|
|
|
MAKE_FLAGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" DEFINES=""
|
1997-11-16 21:06:30 +00:00
|
|
|
|
|
|
|
do-install:
|
2003-04-16 20:59:17 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/unrar ${PREFIX}/bin
|
2000-03-26 22:40:24 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unrar
|
2003-04-16 20:59:17 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/readme.txt ${WRKSRC}/license.txt \
|
|
|
|
${PREFIX}/share/doc/unrar
|
1997-11-16 21:06:30 +00:00
|
|
|
|
2001-10-04 22:26:48 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
1997-11-16 21:06:30 +00:00
|
|
|
.include <bsd.port.mk>
|