blob: b0d9d4a77f61a40eaea97c4d7e601fce7b1eec0f (
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
|
# Created by: Boris Samorodov <bsam@FreeBSD.org>
# $FreeBSD$
PORTNAME= openmotif
PORTVERSION= 2.3.3
CATEGORIES= x11-toolkits linux
MASTER_SITES= ftp://ftp.ics.com/openmotif/2.3/${PORTVERSION}/ \
LOCAL/ehaupt/rpm
MAINTAINER= emulation@FreeBSD.org
COMMENT= Motif toolkit Linux libraries
CONFLICTS= linux-openmotif-[0-9]* linux-f8-openmotif-[0-9]*
USES= linux:f10
RPMVERSION= 1.fc10
USE_LINUX_RPM= yes
USE_LINUX= xorglibs
USE_LDCONFIG= yes
SRC_DISTFILES=
DISTINFO_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>
|