openbsd-ports/archivers/gshar+gunshar/Makefile
brad 68ce1c393a - remove unnecessary NEED_VERSION and INSTALL_TARGET tag
- make gshar's own install target install the man pages
1999-12-29 00:28:41 +00:00

23 lines
556 B
Makefile

# $OpenBSD: Makefile,v 1.8 1999/12/29 00:28:41 brad Exp $
DISTNAME= sharutils-4.2
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= sharutils
MAINTAINER= ports@openbsd.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --disable-uucode --disable-nls
post-patch:
@touch ${WRKSRC}/po/sharutils.pot
post-install:
@strip ${PREFIX}/bin/gshar
@strip ${PREFIX}/bin/gunshar
@install-info ${PREFIX}/info/remsync.info ${PREFIX}/info/dir
@install-info ${PREFIX}/info/sharutils.info ${PREFIX}/info/dir
.include <bsd.port.mk>