openbsd-ports/archivers/gshar+gunshar/Makefile
brad 1e10521831 - add NEED_VERSION
- remove unnecessary post-install target, the binaries are stripped anyway
when installed with "install"
2000-03-30 23:24:55 +00:00

27 lines
569 B
Makefile

# $OpenBSD: Makefile,v 1.12 2000/03/30 23:24:55 brad Exp $
DISTNAME= sharutils-4.2
CATEGORIES= archivers
NEED_VERSION= 1.234
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= sharutils
MAINTAINER= ports@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FAKE= Yes
HAS_CONFIGURE= Yes
CONFIGURE_ARGS= --prefix='$${DESTDIR}${PREFIX}' \
--sysconfdir='$${DESTDIR}/etc' \
--program-prefix="g" --disable-uucode --disable-nls
post-patch:
@touch ${WRKSRC}/po/sharutils.pot
.include <bsd.port.mk>