diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-05-14 07:02:07 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-05-14 07:02:07 +0000 |
commit | 346aa455734970204e32ec95a9141b42597309e0 (patch) | |
tree | 6e46b377672d64895c631cc3bea2c73c76851eb9 /x11-servers/XFree86-4-PrintServer | |
parent | f45d10e74665c513729ee7fdaa097196f6d9a78a (diff) |
[1] Make the HTML manpages get put into the packages again.
[2] Check that XFREE86_VERSION=4 is set when building, rather than setting it.
[3] Move many common Makefile bits to XFree86-4-libraries/Makefile.inc
[4] Make the XFree86-4-Server port not install libXfont.so.
[5] Move the xcursor.pc file to its proper location in ${X11BASE}/libdata/pkgconfig
[6] Don't explicitly link libGL.so against libc, for the sake of 4.x's pthreads.
Submitted by: [5,6] Ports Fury
Notes
Notes:
svn path=/head/; revision=80962
Diffstat (limited to 'x11-servers/XFree86-4-PrintServer')
-rw-r--r-- | x11-servers/XFree86-4-PrintServer/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/x11-servers/XFree86-4-PrintServer/Makefile b/x11-servers/XFree86-4-PrintServer/Makefile index fc122b60e622..3bd32d5fd388 100644 --- a/x11-servers/XFree86-4-PrintServer/Makefile +++ b/x11-servers/XFree86-4-PrintServer/Makefile @@ -24,14 +24,6 @@ EXTRACT_ONLY= X430src-1.tgz \ MAINTAINER= anholt@freebsd.org COMMENT= XFree86-4 print server -XFREE86_VERSION= 4 -USE_IMAKE= YES -DIST_SUBDIR= xc -WRKSRC= ${WRKDIR}/xc -SCRIPTS_ENV= CC="${CC}" \ - CXX="${CXX}" \ - CFLAGS="${CFLAGS}" -PATCHDIR= ${.CURDIR}/../../x11/XFree86-4-libraries/files XBUILD_DIRS= lib/font lib/lbxutil lib/Xdmcp lib/Xau programs/Xserver XINCLUDE_DIRS= lib/xkbfile lib/xtrans XINSTALL_DIRS= programs/Xserver |