summaryrefslogtreecommitdiff
path: root/archivers/unrar
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-12 04:56:21 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-12 04:56:21 +0000
commit19e38c2e9f0410723cc1a29649f9ab578bae6e85 (patch)
tree66898ce3ab32f0acd73aed95afc2fd553e9edb99 /archivers/unrar
parentAdd MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up (diff)
Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
some Makefiles along the way.
Notes
Notes: svn path=/head/; revision=1348
Diffstat (limited to 'archivers/unrar')
-rw-r--r--archivers/unrar/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
index b2840d1bcc88..e64b26ee8d28 100644
--- a/archivers/unrar/Makefile
+++ b/archivers/unrar/Makefile
@@ -3,12 +3,17 @@
# Date created: 28 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.1.1.1 1994/12/28 15:19:16 ache Exp $
+# $Id: Makefile,v 1.2 1995/04/01 12:43:30 jkh Exp $
#
+
DISTNAME= unrar100
-EXTRACT_SUFX= .tgz
-MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/
+PKGNAME= unrar-1.00e
CATEGORIES+= archivers
+MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ache@FreeBSD.ORG
+
WRKSRC= ${WRKDIR}/unrar.100
.include <bsd.port.mk>