28 lines
639 B
Makefile
28 lines
639 B
Makefile
# $OpenBSD: Makefile,v 1.4 2001/11/13 22:13:23 espie Exp $
|
|
|
|
COMMENT= "Motif toolkit Linux libraries"
|
|
NEED_VERSION= 1.496
|
|
|
|
PKGNAME= redhat_motif-2.1.30
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
MASTER_SITE_SUBDIR= contrib/openmotif/linux-rpm
|
|
DISTFILES= openmotif-2.1.30-1_ICS.i386.rpm
|
|
|
|
RUN_DEPENDS= ::emulators/redhat/base
|
|
|
|
EXTRACT_FILES= usr/X11R6/lib/libMrm.so.2.1 \
|
|
usr/X11R6/lib/libUil.so.2.1 \
|
|
usr/X11R6/lib/libXm.so.2.1
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
do-install:
|
|
@${INSTALL_DATA_DIR} ${PREFIX}
|
|
@cd ${PREFIX}; \
|
|
${LOCALBASE}/bin/rpm2cpio ${FULLDISTDIR}/${DISTFILES} \
|
|
| cpio -idum ${EXTRACT_FILES}
|
|
|
|
.include <bsd.port.mk>
|