1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/archivers/gshar+gunshar/Makefile
Steve Price 97467c0764 Update to version 4.2.1 and add WWW: line to DESCR.
PR:		15672
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-25 19:01:17 +00:00

27 lines
571 B
Makefile

# New ports collection makefile for: gshar+gunshar
# Version required: 4.2.1
# Date created: 28 Dec 1994
# Whom: ache
#
# $FreeBSD$
#
DISTNAME= sharutils-4.2.1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= sharutils
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --disable-uucode --disable-nls
INSTALL_TARGET= install install-man
MAN1= gshar.1 gunshar.1
post-install:
.for info in remsync.info sharutils.info
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
.endfor
.include <bsd.port.mk>