summaryrefslogtreecommitdiff
path: root/archivers/unarj/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-10-27 02:18:56 +0000
committerhubertf <hubertf@pkgsrc.org>1997-10-27 02:18:56 +0000
commit8b564b5192b294067cb0130be5d93572a73a8d50 (patch)
treeaa7fd087d6bcf69328ebc37067c429ed69a80a4c /archivers/unarj/Makefile
parent78879a265da1d7043bcd319b2f1b34fb6177b5de (diff)
downloadpkgsrc-8b564b5192b294067cb0130be5d93572a73a8d50.tar.gz
File archivers, ports from FreeBSD
Diffstat (limited to 'archivers/unarj/Makefile')
-rw-r--r--archivers/unarj/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile
new file mode 100644
index 00000000000..e63b3a677b6
--- /dev/null
+++ b/archivers/unarj/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: unarj
+# Version required: 2.41
+# Date created: 28 Dec 1994
+# Whom: ache
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/27 02:19:04 hubertf Exp $
+#
+
+DISTNAME= unarj
+PKGNAME= unarj-2.41
+CATEGORIES= archivers
+MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/
+DISTFILES= unarj241.tar.Z
+
+MAINTAINER= ache@FreeBSD.ORG
+
+do-install:
+ cd ${WRKSRC}; ${INSTALL_PROGRAM} ${DISTNAME} ${PREFIX}/bin
+
+.include <bsd.port.mk>