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

35 lines
831 B
Makefile
Raw Normal View History

1994-12-28 04:44:59 +00:00
# New ports collection makefile for: gshar+gunshar
# Version required: 4.2
1994-12-28 04:44:59 +00:00
# Date created: 28 Dec 1994
# Whom: ache
#
1998-01-23 00:43:43 +00:00
# $Id: Makefile,v 1.11 1997/06/09 07:12:44 fenner Exp $
1994-12-28 04:44:59 +00:00
#
1998-01-23 00:43:43 +00:00
DISTNAME= sharutils-4.2
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU}
1998-01-23 00:43:43 +00:00
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --disable-uucode
1994-12-28 05:08:54 +00:00
INSTALL_TARGET= install install-man
MAN1= gshar.1 gunshar.1
1994-12-28 04:44:59 +00:00
post-patch:
@touch ${WRKSRC}/po/sharutils.pot
post-install:
.for file in gshar gunshar
strip ${PREFIX}/bin/${file}
.endfor
if [ ! -f ${PREFIX}/info/dir ]; then \
1998-01-23 00:43:43 +00:00
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
.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>