summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2002-09-18 04:23:00 +0000
committerEric Anholt <anholt@FreeBSD.org>2002-09-18 04:23:00 +0000
commit372f7910fbb9bf67f402b842b342b3a398e76348 (patch)
tree14f36036dbdec2be2cdc787f068586f08782f92b /x11/XFree86-4-libraries/Makefile
parentremove bogus dependence to bash1 (diff)
Update XFree86-4-* ports which share XFree86-4-libraries's patches:
- Reduce build times by not rebuilding some programs/libraries in each port. - Move some files from -clients to -libraries and from -libraries to -server. - Make package-building in XFree86-4 more intuitive PR: 41606 (package building)
Notes
Notes: svn path=/head/; revision=66552
Diffstat (limited to 'x11/XFree86-4-libraries/Makefile')
-rw-r--r--x11/XFree86-4-libraries/Makefile24
1 files changed, 16 insertions, 8 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile
index 8fb1cdccdd12..53beecc618a9 100644
--- a/x11/XFree86-4-libraries/Makefile
+++ b/x11/XFree86-4-libraries/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libraries
PORTVERSION= 4.2.1
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XFREE:S/$/:x/} \
${MASTER_SITE_XFREE:S/source//g:S/$/:x421patch/} \
@@ -46,10 +47,16 @@ SCRIPTS_ENV= HasSecureRPC=${HasSecureRPC} \
MAKE_ENV= PKGNAMEPREFIX=${PKGNAMEPREFIX} \
PORTNAME=${PORTNAME} \
PORTVERSION=${PORTVERSION}
-ALL_TARGET= FreeBSDPortsBuild
-INSTALL_TARGET= FreeBSDPortsInstall FreeBSDPortsInstall.man installXlib
-MAN1= libxrx.1
-MAN3= Xaw.3 Xft.3
+MAN1= libxrx.1
+MAN3= Xaw.3 Xft.3
+XBUILD_DIRS= lib nls programs/Xserver/include \
+ programs/Xserver/hw/xfree86/parser \
+ programs/xrx
+XINCLUDE_DIRS= programs/proxymngr
+XINSTALL_DIRS= include lib nls programs/Xserver/include \
+ programs/xrx/plugin \
+ programs/Xserver/hw/xfree86/parser
+XINSTALL_MAN_DIRS= ${XINSTALL_DIRS}
# XFree86 User Config:
# ---
@@ -101,11 +108,12 @@ post-patch:
${LN} -s zh_TW.big5 $$i/zh_TW.Big5; \
done
-do-configure:
- cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
- @cd ${WRKSRC}; ${MAKE} FreeBSDPortsConfigure
-
post-install:
+ ${INSTALL_DATA} ${WRKSRC}/programs/proxymngr/PM.h \
+ ${PREFIX}/include/X11/PM
+ ${INSTALL_DATA} ${WRKSRC}/programs/proxymngr/PMproto.h \
+ ${PREFIX}/include/X11/PM
@${MKHTMLINDEX} ${X11BASE}/lib/X11/doc/html
+.include "Makefile.inc"
.include <bsd.port.post.mk>