blob: b940ba545c8a7db74253e6585c00f192f463d7e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# New ports collection makefile for: linux-openmotif
# Date created: 2001-09-24
# Whom: Christian Weisgerber <naddy@mips.inka.de>
#
# $FreeBSD$
PORTNAME= openmotif
PORTVERSION= 2.3.2
PORTREVISION= 1
CATEGORIES= x11-toolkits linux
MASTER_SITES= ftp://ftp.motifzone.com/%SUBDIR%/ \
ftp://ftp.ics.com/openmotif/%SUBDIR%/
MASTER_SITE_SUBDIR= 2.3/${PORTVERSION}
PKGNAMEPREFIX= linux-f8-
EXTRACT_SUFX= -1.fc8.i386.rpm
DIST_SUBDIR= rpm
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= Motif toolkit Linux libraries
CONFLICTS= linux-openmotif-[0-9]* linux-f10-openmotif-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
USE_LINUX_APPS= xorglibs
USE_LDCONFIG= yes
SRC_DISTFILES=
MD5_FILE= ${MASTERDIR}/distinfo.i386
post-extract:
@${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/bin ${WRKSRC}/usr/include \
${WRKSRC}/usr/share ${WRKSRC}/usr/lib/X11
.include <bsd.port.mk>
|