1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/archivers/unarj/Makefile
Justin M. Seger 999cbb3ea4 portlint
1998-01-23 00:43:43 +00:00

21 lines
467 B
Makefile

# New ports collection makefile for: unarj
# Version required: 2.41
# Date created: 28 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.6 1996/11/12 02:17:38 obrien Exp $
#
DISTNAME= unarj241
PKGNAME= unarj-2.41
CATEGORIES= archivers
MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ache@FreeBSD.ORG
do-install:
cd ${WRKSRC}; ${INSTALL_PROGRAM} ${DISTNAME} ${PREFIX}/bin
.include <bsd.port.mk>