1999-12-25 19:01:17 +00:00
|
|
|
# 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
|
|
|
|
2000-04-08 23:24:42 +00:00
|
|
|
PORTNAME= sharutils
|
|
|
|
PORTVERSION= 4.2.1
|
1996-11-12 02:19:40 +00:00
|
|
|
CATEGORIES= archivers
|
1999-12-25 19:01:17 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-27 07:41:29 +00:00
|
|
|
MASTER_SITE_SUBDIR= sharutils
|
1995-04-12 04:56:21 +00:00
|
|
|
|
1998-01-23 00:43:43 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
1999-12-25 19:01:17 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --program-prefix=g --disable-uucode --disable-nls
|
|
|
|
INSTALL_TARGET= install install-man
|
1996-11-18 14:17:24 +00:00
|
|
|
MAN1= gshar.1 gunshar.1
|
1994-12-28 04:44:59 +00:00
|
|
|
|
1997-06-09 07:12:57 +00:00
|
|
|
post-install:
|
|
|
|
.for info in remsync.info sharutils.info
|
|
|
|
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
|
|
|
|
.endfor
|
1996-08-16 14:38:17 +00:00
|
|
|
|
1994-12-28 04:44:59 +00:00
|
|
|
.include <bsd.port.mk>
|