openbsd-ports/archivers/unrar/Makefile
espie e18d889949 Note existing regression tests for archivers. No need to update
NEED_VERSION, this won't break anything otherwise.
2001-10-04 22:26:48 +00:00

30 lines
704 B
Makefile

# $OpenBSD: Makefile,v 1.15 2001/10/04 22:26:48 espie Exp $
COMMENT= "extract, list & test RAR archives"
DISTNAME= unrar-2.50
CATEGORIES= archivers
NEED_VERSION= 1.384
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
MAINTAINER= ports@openbsd.org
PERMIT_PACKAGE_CDROM= "no fee"
PERMIT_PACKAGE_FTP= "may not modify"
PERMIT_DISTFILES_CDROM= "no fee"
PERMIT_DISTFILES_FTP= Yes
WRKDIST= ${WRKDIR}
do-build:
cd ${WRKSRC}; ${CC} ${CFLAGS} -D_UNIX unrar.c -o unrar
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unrar
cd ${WRKSRC}; ${INSTALL_PROGRAM} unrar ${PREFIX}/bin
cd ${WRKSRC}; ${INSTALL_MAN} readme.txt license.txt ${PREFIX}/share/doc/unrar
NO_REGRESS= Yes
.include <bsd.port.mk>