openbsd-ports/converters/mpack/Makefile
espie e06dfa9b25 regression tests for the whole converters directory.
Fix utterly bogus ppmtoTbmp dependencies.
Convert dependencies to new format.
2001-10-07 15:34:10 +00:00

28 lines
623 B
Makefile

# $OpenBSD: Makefile,v 1.13 2001/10/07 15:34:10 espie Exp $
COMMENT= "external MIME packer/unpacker"
DISTNAME= mpack-1.5-src
PKGNAME= mpack-1.5
CATEGORIES= converters mail news
NEED_VERSION= 1.402
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
# License: BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/mpack/
EXTRACT_SUFX= .tar.Z
WRKDIST= ${WRKDIR}/mpack
MAKE_FLAGS= DESTDIR=${PREFIX}
FAKE_FLAGS= DESTDIR=${WRKINST}${PREFIX}
NO_REGRESS= Yes
.include <bsd.port.mk>