openbsd-ports/archivers/gshar+gunshar/Makefile
1999-02-20 00:41:53 +00:00

32 lines
687 B
Makefile

# $OpenBSD: Makefile,v 1.3 1999/02/20 00:41:53 marc Exp $
#
DISTNAME= sharutils-4.2
CATEGORIES= archivers
MAINTAINER= ports@openbsd.org
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=sharutils
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --disable-uucode
INSTALL_TARGET= install install-man
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 \
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
.include <bsd.port.mk>