diff options
Diffstat (limited to 'archivers/arc/Makefile')
-rw-r--r-- | archivers/arc/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile new file mode 100644 index 00000000000..7a48d134c43 --- /dev/null +++ b/archivers/arc/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: arc +# Version required: 5.21e +# Date created: 31 Dec 1994 +# Whom: ache +# +# $Id: Makefile,v 1.1.1.1 1997/10/27 02:18:56 hubertf Exp $ +# + +DISTNAME= arc521e.pl8 +PKGNAME= arc-5.21e +CATEGORIES= archivers +MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= ache@FreeBSD.ORG + +NO_WRKSUBDIR= yes +MAN1= arc.1 + +.include <bsd.port.mk> |