1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/archivers/gshar+gunshar/Makefile

27 lines
558 B
Makefile
Raw Normal View History

# New ports collection makefile for: gshar+gunshar
# Date created: 28 Dec 1994
# Whom: ache
1994-12-28 04:44:59 +00:00
#
1999-08-25 04:25:23 +00:00
# $FreeBSD$
1994-12-28 04:44:59 +00:00
#
1998-01-23 00:43:43 +00:00
PORTNAME= sharutils
PORTVERSION= 4.2.1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= sharutils
1998-01-23 00:43:43 +00:00
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
1994-12-28 04:44:59 +00:00
post-install:
.for info in remsync.info sharutils.info
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
.endfor
1994-12-28 04:44:59 +00:00
.include <bsd.port.mk>