d44e9e809e
a tinderbox bug which should be fixed soon: tinderbox inherits BUILD_DEPENDS from EXTRACT_DEPENDS. Here is the difference at pointyhat and tinderbox logs: ----- EXTRACT_DEPENDS=gettext-0.17_1.tbz libiconv-1.13.tbz popt-1.14.tbz rpm-3.0.6_14.tbz BUILD_DEPENDS= ----- EXTRACT_DEPENDS=popt-1.14.tbz gettext-0.17_1.tbz libiconv-1.13.tbz rpm-3.0.6_14.tbz BUILD_DEPENDS=popt-1.14.tbz gettext-0.17_1.tbz libiconv-1.13.tbz rpm-3.0.6_14.tbz ----- No PORTREVISION bump is needed.
43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
Makefile
# New ports collection makefile for: linux-openmotif
|
|
# Date created: 2001-09-24
|
|
# Whom: Christian Weisgerber <naddy@mips.inka.de>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openmotif
|
|
PORTVERSION= 2.2.4
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-toolkits linux
|
|
MASTER_SITES= ftp://ftp.motifzone.com/%SUBDIR%/ \
|
|
ftp://ftp.ics.com/pub/Products/Motif/%SUBDIR%/
|
|
MASTER_SITE_SUBDIR= om2.2.4/redhat-7.3
|
|
PKGNAMEPREFIX= linux-
|
|
EXTRACT_SUFX= -0.1.i386.rpm
|
|
DIST_SUBDIR= rpm
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
COMMENT= Motif toolkit Linux libraries
|
|
|
|
BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm
|
|
|
|
CONFLICTS= linux-f8-openmotif-[0-9]* linux-f10-openmotif-[0-9]*
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_APPS= xorglibs
|
|
LINUX_DIST_VER= 4
|
|
NO_BUILD= yes
|
|
SRC_DISTFILES=
|
|
|
|
EXTRACT_FILES= ./usr/X11R6/lib/libMrm.so.3.0.3 \
|
|
./usr/X11R6/lib/libUil.so.3.0.3 \
|
|
./usr/X11R6/lib/libXm.so.3.0.3
|
|
|
|
do-install:
|
|
cd ${PREFIX}; \
|
|
rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | \
|
|
${CPIO} -idum -R ${LIBOWN}:${LIBGRP} ${EXTRACT_FILES}
|
|
chroot ${PREFIX} /sbin/ldconfig
|
|
|
|
.include <bsd.port.mk>
|