openbsd-ports/archivers/gshar+gunshar/Makefile

23 lines
556 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 1999/12/29 00:28:41 brad Exp $
1997-11-14 19:04:24 -05:00
1999-06-01 23:41:30 -04:00
DISTNAME= sharutils-4.2
1997-11-14 19:04:24 -05:00
CATEGORIES= archivers
1999-06-01 23:41:30 -04:00
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= sharutils
1999-02-19 19:41:53 -05:00
MAINTAINER= ports@openbsd.org
1999-06-01 23:41:30 -04:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --disable-uucode --disable-nls
1999-02-19 19:41:53 -05:00
1997-11-14 19:04:24 -05:00
post-patch:
@touch ${WRKSRC}/po/sharutils.pot
1997-11-14 19:04:24 -05:00
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
1997-11-14 19:04:24 -05:00
.include <bsd.port.mk>