freebsd-ports/archivers/gshar+gunshar/Makefile

33 lines
746 B
Makefile
Raw Normal View History

1994-12-28 05:44:59 +01:00
# New ports collection makefile for: gshar+gunshar
# Version required: 4.2
1994-12-28 05:44:59 +01:00
# Date created: 28 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.13 1999/01/27 07:41:03 fenner Exp $
1994-12-28 05:44:59 +01:00
#
1998-01-23 01:43:43 +01:00
DISTNAME= sharutils-4.2
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= sharutils
1998-01-23 01:43:43 +01:00
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --disable-uucode
1994-12-28 06:08:54 +01:00
INSTALL_TARGET= install install-man
MAN1= gshar.1 gunshar.1
1994-12-28 05:44:59 +01:00
post-patch:
@touch ${WRKSRC}/po/sharutils.pot
post-install:
.for file in gshar gunshar
strip ${PREFIX}/bin/${file}
.endfor
.for info in remsync.info sharutils.info
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
.endfor
1994-12-28 05:44:59 +01:00
.include <bsd.port.mk>