openbsd-ports/archivers/nulib/Makefile
espie e18d889949 Note existing regression tests for archivers. No need to update
NEED_VERSION, this won't break anything otherwise.
2001-10-04 22:26:48 +00:00

30 lines
667 B
Makefile

# $OpenBSD: Makefile,v 1.18 2001/10/04 22:26:48 espie Exp $
COMMENT= "NuFX archiver"
DISTNAME= nulib325
PKGNAME= nulib-3.25
CATEGORIES= archivers
NEED_VERSION= 1.384
MASTER_SITES= http://people.freebsd.org/~jseger/
EXTRACT_SUFX= .tar.Z
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
PERMIT_PACKAGE_CDROM= "May not sell"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "May not sell"
PERMIT_DISTFILES_FTP= Yes
MAKE_FLAGS= CC="${CC}" OPTIMIZE="${CFLAGS}"
WRKDIST= ${WRKDIR}/nulib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nulib ${PREFIX}/bin/nulib
${INSTALL_MAN} ${WRKSRC}/nulib.1 ${PREFIX}/man/man1/nulib.1
NO_REGRESS= Yes
.include <bsd.port.mk>