1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/archivers/unarj/Makefile
Andrey A. Chernov c16456c63c arj dearchiver
1994-12-28 01:55:04 +00:00

16 lines
409 B
Makefile

# New ports collection makefile for: unarj
# Version required: 2.41
# Date created: 28 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.1.1.1 1994/12/26 09:10:32 ache Exp $
#
DISTFILES= unarj241.tar.Z
DISTNAME= unarj
MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/
install:
cd ${WRKSRC}; install -cs -o bin -g bin -m755 ${DISTNAME} ${PREFIX}/bin
.include <bsd.port.mk>