35 lines
738 B
Makefile
35 lines
738 B
Makefile
# New ports collection makefile for: unrar
|
|
# Date created: 28 Dec 1994
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= unrar
|
|
PORTVERSION= 3.20
|
|
PORTEPOCH= 2
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://files10.rarlab.com/rar/
|
|
DISTNAME= unrarsrc-3.2.3
|
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
COMMENT= Extract, view & test RAR archives
|
|
|
|
WRKSRC= ${WRKDIR}/unrar
|
|
|
|
USE_GMAKE= yes
|
|
|
|
post-patch:
|
|
@${SED} -e 's|c++|${CXX}|g' -e 's|-O2|${CXXFLAGS}|g' \
|
|
${WRKSRC}/makefile.unix > ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/unrar ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/license.txt ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|