mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
d23a795680
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
23 lines
504 B
Makefile
23 lines
504 B
Makefile
# New ports collection makefile for: unrar
|
|
# Version required: 1.01
|
|
# Date created: 28 Dec 1994
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.6 1996/05/16 08:59:57 asami Exp $
|
|
#
|
|
|
|
DISTNAME= unrar101
|
|
PKGNAME= unrar-1.01a
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ftp://ftp.relcom.ru/unix/arcers/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
PATCH_SITES= $(MASTER_SITES)
|
|
PATCHFILES= unrar101a.patch
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
WRKSRC= ${WRKDIR}/unrar.101
|
|
|
|
.include <bsd.port.mk>
|