blob: cbae8ceee0f9a506100eb36194ce7b2b9b38aa4a (
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
|
# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= openmotif
PORTVERSION= 2.3.3
CATEGORIES= x11-toolkits linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Motif toolkit libraries (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-openmotif-[0-9]* linux-f8-openmotif-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= c6
RPMVERSION= 6.1.el6_4
USE_LINUX_RPM= yes
USE_LINUX_APPS= xorglibs
USE_LDCONFIG= yes
DESCR= ${.CURDIR}/../open-motif/pkg-descr
post-extract:
@${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/bin ${WRKSRC}/usr/include \
${WRKSRC}/usr/share
.include <bsd.port.mk>
|