mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
80b6c31429
- Upgrade all things linux-c6- to CentOS 6.6 - Add ports: devel/linux-c6-libsigc++20 graphics/linux-c6-gdk-pixbuf [1] graphics/linux-c6-glx-utils - Add pkg-plists for net/linux-c6-openldap and security/linux-c6-cyrus-sasl2 - Misc. cleanups Differential Revision: https://reviews.freebsd.org/D1108 Submitted by: kmoore [1] Reviewed by: rene (emulation) Approved by: portmgr (swills) Approved by: swills (mentor) Sponsored by: Perceivon Hosting Inc.
27 lines
602 B
Makefile
27 lines
602 B
Makefile
# Created by: Johannes Meixner <xmj@chaot.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openmotif
|
|
PORTVERSION= 2.3.3
|
|
PORTREVISION= 1
|
|
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= 8.el6
|
|
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>
|