1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/archivers/unarj/Makefile

24 lines
574 B
Makefile
Raw Normal View History

1994-12-28 01:55:04 +00:00
# New ports collection makefile for: unarj
1999-02-17 22:25:40 +00:00
# Version required: 2.4*
1994-12-28 01:55:04 +00:00
# Date created: 28 Dec 1994
# Whom: ache
#
1999-08-25 04:25:23 +00:00
# $FreeBSD$
1994-12-28 01:55:04 +00:00
#
1999-02-17 22:25:40 +00:00
DISTNAME= unarj-2.43
CATEGORIES= archivers
1999-02-17 22:25:40 +00:00
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
EXTRACT_SUFX= .tgz
MAINTAINER= ache@FreeBSD.org
1994-12-28 01:55:04 +00:00
1995-04-24 10:58:57 +00:00
do-install:
1999-02-17 22:25:40 +00:00
${INSTALL} -d -m 755 -o $(SHAREOWN) -g ${SHAREGRP} \
${PREFIX}/share/doc/unarj
1998-09-23 01:01:20 +00:00
cd ${WRKSRC}; ${INSTALL_PROGRAM} unarj ${PREFIX}/bin
1999-02-17 22:25:40 +00:00
cd ${WRKSRC}; ${INSTALL_DATA} unarj.doc technote.doc \
${PREFIX}/share/doc/unarj
1994-12-28 01:55:04 +00:00
.include <bsd.port.mk>