openbsd-ports/converters/rpm2cpio/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

33 lines
710 B
Makefile

# $OpenBSD: Makefile,v 1.5 2001/10/07 15:34:10 espie Exp $
COMMENT= "rpm2cpio, simple perl converter"
DISTNAME= rpm2cpio-1.1
CATEGORIES= converters archivers
NEED_VERSION= 1.402
HOMEPAGE= http://www.iagora.com/~espel/hacks.html
MASTER_SITES= http://www.iagora.com/~espel/ \
ftp://quatramaran.ens.fr/pub/orabidoo/
# In case other versions are released
DIST_SUBDIR= rpm2cpio-1.1
DISTFILES= rpm2cpio
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
# don't extract, don't build. Install the script directly
EXTRACT_ONLY=
NO_BUILD= Yes
NO_REGRESS= Yes
do-install:
${INSTALL_SCRIPT} ${FULLDISTDIR}/rpm2cpio ${PREFIX}/bin
.include <bsd.port.mk>