openbsd-ports/archivers/unrar/Makefile

36 lines
780 B
Makefile
Raw Normal View History

2007-06-26 15:47:59 -04:00
# $OpenBSD: Makefile,v 1.36 2007/06/26 19:47:59 rui Exp $
COMMENT= "extract, list, and test RAR archives"
1997-11-16 16:06:30 -05:00
2007-06-26 15:47:59 -04:00
DISTNAME= unrarsrc-3.7.6
PKGNAME= unrar-3.76
1997-11-16 16:06:30 -05:00
CATEGORIES= archivers
HOMEPAGE= http://www.rarlab.com/
1997-11-16 16:06:30 -05:00
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
1997-11-16 16:06:30 -05:00
MAKE_FILE= makefile.unix
MAKE_FLAGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
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>