aboutsummaryrefslogtreecommitdiff
path: root/x11/libxkbfile/Makefile
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
commitd4f0d0048a8755106a4b0445221a19761e746984 (patch)
treec87184c5bfeaf942c827c5f706186ce9786a2588 /x11/libxkbfile/Makefile
parente82affd309fc2d8e5ea19b2e003f1296920bd825 (diff)
downloadports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz
ports-d4f0d0048a8755106a4b0445221a19761e746984.zip
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes: svn path=/head/; revision=191544
Diffstat (limited to 'x11/libxkbfile/Makefile')
-rw-r--r--x11/libxkbfile/Makefile25
1 files changed, 3 insertions, 22 deletions
diff --git a/x11/libxkbfile/Makefile b/x11/libxkbfile/Makefile
index d21706f88e06..edee2b77ac5e 100644
--- a/x11/libxkbfile/Makefile
+++ b/x11/libxkbfile/Makefile
@@ -6,32 +6,13 @@
#
PORTNAME= libxkbfile
-PORTVERSION= 1.0
+PORTVERSION= 1.0.4
CATEGORIES= x11
-MASTER_SITES= http://xorg.freedesktop.org/X11R6.7.0/src/ \
- ${MASTER_SITE_XORG}
-MASTER_SITE_SUBDIR= X11R6.7/tars
-DISTNAME= X11R6.7.0-src1
MAINTAINER= x11@FreeBSD.org
COMMENT= XKB file library
-LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11
-BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \
- ${LIB_PC_DEPENDS}
-RUN_DEPENDS= ${LIB_PC_DEPENDS}
-
-CONFLICTS= XFree86-libraries-* xorg-libraries-*
-
-USE_IMAKE= yes
-USE_X_PREFIX= no
-PREFIX?= ${X11BASE}
-DIST_SUBDIR= xorg
-INSTALLS_SHLIB= yes
-WRKSRC= ${WRKDIR}/xc/lib/xkbfile
-EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/lib/xkbfile
-
-post-patch:
- ${LN} -s ${WRKSRC}/exports/include/X11 ${WRKSRC}/
+XORG_CAT= lib
+USE_XORG= x11 kbproto:both
.include <bsd.port.mk>