summaryrefslogtreecommitdiff
path: root/archivers/unrar/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/unrar/Makefile
parent78879a265da1d7043bcd319b2f1b34fb6177b5de (diff)
downloadpkgsrc-8b564b5192b294067cb0130be5d93572a73a8d50.tar.gz
File archivers, ports from FreeBSD
Diffstat (limited to 'archivers/unrar/Makefile')
-rw-r--r--archivers/unrar/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
new file mode 100644
index 00000000000..0d27eadc64b
--- /dev/null
+++ b/archivers/unrar/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: unrar
+# Version required: 2.01
+# Date created: 28 Dec 1994
+# Whom: ache
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/27 02:19:05 hubertf Exp $
+#
+
+DISTNAME= unrar-2.01
+CATEGORIES= archivers
+MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ache@FreeBSD.ORG
+
+NO_WRKSUBDIR= Yes
+
+do-build:
+ cd ${WRKSRC} && \
+ ${CC} ${CFLAGS} -D_UNIX unrar.c -o unrar
+
+do-install:
+ install -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} \
+ ${PREFIX}/share/doc/unrar
+ cd ${WRKSRC} && ${INSTALL_PROGRAM} unrar ${PREFIX}/bin
+ cd ${WRKSRC} && ${INSTALL_MAN} readme.txt license.txt \
+ ${PREFIX}/share/doc/unrar
+
+.include <bsd.port.mk>