27b5cea395
noticed by naddy and ajacoutot, prodded by espie
33 lines
662 B
Makefile
33 lines
662 B
Makefile
# $OpenBSD: Makefile,v 1.6 2008/06/18 20:10:48 sturm Exp $
|
|
|
|
COMMENT= Linux libc5
|
|
|
|
PKGNAME= redhat_libc5-6.2p1
|
|
|
|
MASTER_SITES= ${MASTER_SITE_REDHAT:=redhat/linux/6.2/en/os/i386/RedHat/RPMS/}
|
|
MASTER_SITES0= ${MASTER_SITE_REDHAT:=redhat/linux/updates/6.2/en/os/i386/}
|
|
|
|
DISTFILES= ${RPMS}
|
|
|
|
RPMDIR= ${FULLDISTDIR}
|
|
|
|
RPMS= libc-5.3.12-31.i386.rpm \
|
|
ld.so-1.9.5-13.i386.rpm
|
|
|
|
RUN_DEPENDS= ::emulators/fedora/base
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
PREFIX= ${LOCALBASE}/emul/fedora
|
|
|
|
pre-install:
|
|
@${INSTALL_DATA_DIR} ${PREFIX}
|
|
|
|
do-install:
|
|
.for rpm in ${RPMS:S/:0//}
|
|
@cd ${PREFIX}; ${LOCALBASE}/bin/rpm2cpio ${RPMDIR}/${rpm} | cpio -id
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|