diff options
Diffstat (limited to 'archivers/unarj/Makefile')
-rw-r--r-- | archivers/unarj/Makefile | 20 |
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> |