diff options
Diffstat (limited to 'archivers/arc/Makefile')
-rw-r--r-- | archivers/arc/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile new file mode 100644 index 000000000000..8183855e5937 --- /dev/null +++ b/archivers/arc/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: arc +# Version required: 5.21e +# Date created: 31 Dec 1994 +# Whom: ache +# +# $Id: Makefile,v 1.1.1.1 1994/12/26 09:10:32 ache Exp $ +# +DISTNAME= arc521e.pl8 +EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ +NO_WRKSUBDIR= yes + +.include <bsd.port.mk> |