The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 16:37:02 +02:00
|
|
|
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
2004-05-10 07:05:00 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2012-04-21 19:03:32 +02:00
|
|
|
PORTNAME?= xorg-server
|
|
|
|
PORTVERSION= ${XORG_VERSION}
|
|
|
|
PORTREVISION?= ${XORG_REVISION}
|
|
|
|
PORTEPOCH?= 1
|
2004-05-10 07:05:00 +02:00
|
|
|
CATEGORIES= x11-servers
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 16:37:02 +02:00
|
|
|
MASTER_SITES= XORG
|
|
|
|
MASTER_SITE_SUBDIR= individual/xserver
|
|
|
|
DISTNAME= xorg-server-${PORTVERSION}
|
2007-01-27 21:22:20 +01:00
|
|
|
|
2004-05-10 07:05:00 +02:00
|
|
|
MAINTAINER= x11@FreeBSD.org
|
2012-04-21 19:03:32 +02:00
|
|
|
COMMENT?= X.Org X server and related programs
|
2004-05-10 07:05:00 +02:00
|
|
|
|
2013-12-16 12:11:09 +01:00
|
|
|
LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 16:37:02 +02:00
|
|
|
RUN_DEPENDS= xkeyboard-config>=2.5:${PORTSDIR}/x11/xkeyboard-config \
|
2012-04-21 19:03:32 +02:00
|
|
|
xkbcomp:${PORTSDIR}/x11/xkbcomp
|
2004-05-10 07:05:00 +02:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
XORG_CAT= xserver
|
2012-08-31 17:44:41 +02:00
|
|
|
SLAVE_PORT?= no
|
2007-05-19 22:36:56 +02:00
|
|
|
|
2013-09-29 19:01:41 +02:00
|
|
|
OPTIONS_DEFINE= AIGLX SUID
|
|
|
|
OPTIONS_RADIO= CONF
|
|
|
|
OPTIONS_RADIO_CONF= HAL DEVD
|
|
|
|
AIGLX_DESC= Compile with Accelerated Indirect GLX support
|
|
|
|
SUID_DESC= Install the Xorg server with setuid bit set
|
|
|
|
HAL_DESC= Compile with HAL config support
|
|
|
|
DEVD_DESC= Use devd for autoconfiguration of input devices (experimental)
|
|
|
|
OPTIONS_DEFAULT=AIGLX SUID HAL
|
|
|
|
|
|
|
|
OPTIONS_EXCLUDE_sparc64= HAL
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2012-04-21 19:03:32 +02:00
|
|
|
.if defined(WITH_NEW_XORG)
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 16:37:02 +02:00
|
|
|
XORG_VERSION= 1.12.4
|
2014-04-23 15:25:16 +02:00
|
|
|
XORG_REVISION= 6
|
2012-04-21 19:03:32 +02:00
|
|
|
PLIST_SUB+= OLD="@comment " NEW=""
|
2013-09-29 19:01:41 +02:00
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/extra-clang \
|
2013-10-24 15:05:10 +02:00
|
|
|
${FILESDIR}/extra-configure \
|
|
|
|
${FILESDIR}/extra-new-dix_dixfonts.c
|
2012-04-21 19:03:32 +02:00
|
|
|
.else
|
|
|
|
XORG_VERSION= 1.7.7
|
2014-04-23 15:25:16 +02:00
|
|
|
XORG_REVISION= 13
|
2012-04-21 19:03:32 +02:00
|
|
|
PLIST_SUB+= OLD="" NEW="@comment "
|
2013-06-17 23:51:48 +02:00
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/extra-Xext-xace.c \
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 16:37:02 +02:00
|
|
|
${FILESDIR}/extra-Xserver-os-xprintf.c \
|
2013-06-17 23:51:48 +02:00
|
|
|
${FILESDIR}/extra-include_eventstr.h \
|
|
|
|
${FILESDIR}/extra-os-utils.c \
|
2013-06-27 20:38:27 +02:00
|
|
|
${FILESDIR}/extra-dix_events.c \
|
2013-10-24 15:05:10 +02:00
|
|
|
${FILESDIR}/extra-Xserver-hw-xfree86-common-xf86Config.c \
|
2013-10-24 21:50:23 +02:00
|
|
|
${FILESDIR}/extra-old-dix_dixfonts.c
|
2012-04-21 19:03:32 +02:00
|
|
|
.endif
|
|
|
|
|
2014-04-23 15:25:16 +02:00
|
|
|
USES= gmake libtool:keepla perl5 tar:bzip2
|
2013-09-30 01:32:01 +02:00
|
|
|
USE_PERL5= build
|
2009-01-23 17:28:36 +01:00
|
|
|
USE_GL= gl
|
2012-04-21 19:03:32 +02:00
|
|
|
USE_XORG?= xf86driproto glproto xdmcp x11 xkbfile xxf86misc xxf86vm xaw7 \
|
2007-05-19 22:36:56 +02:00
|
|
|
xmu xt xpm xext randrproto renderproto fixesproto damageproto \
|
2009-01-25 19:43:39 +01:00
|
|
|
dri2proto xcmiscproto xextproto xproto xtrans xf86miscproto \
|
2007-05-19 22:36:56 +02:00
|
|
|
xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto \
|
|
|
|
resourceproto fontsproto inputproto xf86dgaproto \
|
|
|
|
videoproto compositeproto trapproto recordproto xineramaproto \
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 16:37:02 +02:00
|
|
|
xinerama evieproto xfont fontenc xkbui pixman pciaccess
|
2007-05-19 22:36:56 +02:00
|
|
|
|
2009-01-23 17:28:36 +01:00
|
|
|
USE_OPENSSL= yes
|
2012-04-21 19:03:32 +02:00
|
|
|
CONFIGURE_ARGS?=--disable-dmx --disable-xvfb --disable-xnest \
|
|
|
|
--without-xmlto --disable-docs --disable-devel-docs \
|
2009-01-27 10:31:22 +01:00
|
|
|
--localstatedir=/var --without-dtrace --disable-xephyr \
|
2009-04-04 06:04:01 +02:00
|
|
|
--enable-record=yes
|
2007-05-19 22:36:56 +02:00
|
|
|
|
2012-08-31 17:44:41 +02:00
|
|
|
.if ${SLAVE_PORT} == "no"
|
|
|
|
SUB_FILES= pkg-install pkg-deinstall
|
2012-04-21 19:03:32 +02:00
|
|
|
.else
|
|
|
|
# for slave ports we need to overwrite PLIST, so it doesn't overwrite
|
|
|
|
# PLIST_FILES, with the masterport plist.
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
2010-02-08 01:20:08 +01:00
|
|
|
.endif
|
|
|
|
|
2012-07-13 12:23:57 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2004-05-10 07:05:00 +02:00
|
|
|
|
2009-01-23 17:28:36 +01:00
|
|
|
.if defined(WITH_OPENSSL_BASE)
|
|
|
|
# The reason why I use this is cause openssl from base doesn't install a .pc file
|
|
|
|
# and configure will fail trying to find it. Setting both of those variables to
|
|
|
|
# a *non-empty* value by-passes the pkg-config check.
|
|
|
|
CONFIGURE_ENV= SHA1_LIB="-L/usr/lib -lcrypto" SHA1_CFLAGS="-I/usr/include"
|
|
|
|
.endif
|
|
|
|
|
2012-06-06 14:56:30 +02:00
|
|
|
.if ${PORT_OPTIONS:MHAL}
|
2013-12-16 12:11:09 +01:00
|
|
|
LIB_DEPENDS+= libhal.so:${PORTSDIR}/sysutils/hal
|
2007-12-12 18:34:16 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-config-hal=yes
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --enable-config-hal=no
|
|
|
|
.endif
|
|
|
|
|
2013-09-29 19:01:41 +02:00
|
|
|
.if ${PORT_OPTIONS:MDEVD}
|
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/extra-config_devd.c
|
|
|
|
.endif
|
|
|
|
|
2012-06-06 14:56:30 +02:00
|
|
|
.if ${PORT_OPTIONS:MAIGLX}
|
2007-12-12 18:34:16 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-aiglx=yes
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --enable-aiglx=no
|
|
|
|
.endif
|
|
|
|
|
2012-06-06 14:56:30 +02:00
|
|
|
.if ${PORT_OPTIONS:MSUID}
|
2007-12-12 18:34:16 +01:00
|
|
|
CONFIGURE_ARGS+=--enable-install-setuid=yes
|
2013-12-16 12:11:09 +01:00
|
|
|
PLIST_SUB+= SUID=""
|
2007-12-12 18:34:16 +01:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--enable-install-setuid=no
|
2013-12-30 12:41:18 +01:00
|
|
|
PLIST_SUB+= SUID="@comment "
|
2007-12-12 18:34:16 +01:00
|
|
|
.endif
|
|
|
|
|
2013-01-19 13:35:40 +01:00
|
|
|
.if ${ARCH} == i386
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 16:37:02 +02:00
|
|
|
.if defined(WITH_NEW_XORG)
|
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/extra-new-arch-i386
|
|
|
|
.else
|
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/extra-old-arch-i386
|
|
|
|
.endif
|
2013-01-19 13:35:40 +01:00
|
|
|
.endif
|
|
|
|
|
2009-06-20 01:19:01 +02:00
|
|
|
.if ${ARCH} == ia64
|
2012-08-29 13:30:31 +02:00
|
|
|
PLIST_SUB+= IA64_NA="@comment "
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/extra-arch-ia64
|
2009-06-20 01:19:01 +02:00
|
|
|
.else
|
2012-08-29 13:30:31 +02:00
|
|
|
PLIST_SUB+= IA64_NA=""
|
2009-06-20 01:19:01 +02:00
|
|
|
.endif
|
|
|
|
|
2011-01-25 02:53:11 +01:00
|
|
|
.if ${ARCH} == powerpc || ${ARCH} == powerpc64
|
2005-03-19 05:32:37 +01:00
|
|
|
PLIST_SUB+= PPC_NA="@comment "
|
2013-06-14 16:39:18 +02:00
|
|
|
.if defined(WITH_NEW_XORG)
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/extra-new-arch-powerpc
|
|
|
|
.else
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/extra-old-arch-powerpc
|
|
|
|
.endif
|
2005-03-19 05:32:37 +01:00
|
|
|
.else
|
|
|
|
PLIST_SUB+= PPC_NA=""
|
|
|
|
.endif
|
|
|
|
|
2004-05-10 07:05:00 +02:00
|
|
|
.if ${ARCH} == sparc64
|
|
|
|
PLIST_SUB+= SPARC64=""
|
|
|
|
PLIST_SUB+= SPARC64_NA="@comment "
|
2013-09-30 01:46:47 +02:00
|
|
|
.if defined(WITH_NEW_XORG)
|
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/extra-new-arch-sparc64
|
|
|
|
.else
|
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/extra-old-arch-sparc64
|
|
|
|
.endif
|
2004-05-10 07:05:00 +02:00
|
|
|
.else
|
|
|
|
PLIST_SUB+= SPARC64="@comment "
|
|
|
|
PLIST_SUB+= SPARC64_NA=""
|
2005-03-19 05:32:37 +01:00
|
|
|
.endif
|
|
|
|
|
2007-11-19 18:17:39 +01:00
|
|
|
.if ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == sparc64
|
|
|
|
PLIST_SUB+= AMD64_I386_SPARC64=""
|
2004-05-10 07:05:00 +02:00
|
|
|
.else
|
2007-11-19 18:17:39 +01:00
|
|
|
PLIST_SUB+= AMD64_I386_SPARC64="@comment "
|
2004-05-10 07:05:00 +02:00
|
|
|
.endif
|
|
|
|
|
2012-06-06 14:56:30 +02:00
|
|
|
.if ${PORT_OPTIONS:MSUID}
|
2004-06-19 07:51:45 +02:00
|
|
|
pre-everything::
|
|
|
|
@${ECHO_MSG} "By default, the X Server installs as a set-user-id root binary. When run by"
|
|
|
|
@${ECHO_MSG} "a normal user, it checks arguments and environment as done in the x11/wrapper"
|
|
|
|
@${ECHO_MSG} "port before handling them normally. If you are concerned about the security"
|
2004-12-29 03:29:31 +01:00
|
|
|
@${ECHO_MSG} "of this, but still want to run an X Server (for example using xdm/kdm/gdm,"
|
|
|
|
@${ECHO_MSG} "which will still run the server as root), you can cancel the build and set"
|
2012-06-06 14:56:30 +02:00
|
|
|
@${ECHO_MSG} "xorg-server_UNSET=SUID in /etc/make.conf."
|
2004-06-19 07:51:45 +02:00
|
|
|
.endif
|
|
|
|
|
2012-07-29 20:26:00 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \
|
|
|
|
${WRKSRC}/configure
|
2012-08-31 17:44:41 +02:00
|
|
|
# build libglx.so but don't install it yet. which is done in pre-install.
|
|
|
|
@${REINPLACE_CMD} -e 's|@GLX_TRUE@GLXMODS =|@GLX_BOGUS@GLXMODS =|g' \
|
|
|
|
-e 's|^LTLIBRARIES = |LTLIBRARIES = libglx.la |g' \
|
|
|
|
${WRKSRC}/hw/xfree86/dixmods/Makefile.in
|
2013-09-29 19:01:41 +02:00
|
|
|
.if ${PORT_OPTIONS:MDEVD}
|
|
|
|
@${ECHO_CMD} -e "\nint config_devd_init(void);\nvoid config_devd_fini(void);" \
|
|
|
|
>> ${WRKSRC}/config/config-backends.h
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-configure:
|
|
|
|
.if ${PORT_OPTIONS:MDEVD}
|
|
|
|
@${REINPLACE_CMD} -e 's|config\.c|config.c devd.c|g' \
|
|
|
|
-e 's|config\.lo|config.lo devd.lo|g' \
|
|
|
|
${WRKSRC}/config/Makefile
|
|
|
|
.endif
|
2012-08-31 17:44:41 +02:00
|
|
|
|
|
|
|
.if ${SLAVE_PORT} == "no"
|
2013-12-16 12:11:09 +01:00
|
|
|
post-install:
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 16:37:02 +02:00
|
|
|
# The .xorg dir because else the xorg-server might not load the correct
|
|
|
|
# libglx module.
|
2013-12-16 12:11:09 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/lib/xorg/modules/extensions/.xorg
|
2012-08-31 17:44:41 +02:00
|
|
|
${INSTALL_LIB} ${WRKSRC}/hw/xfree86/dixmods/.libs/libglx.so \
|
2013-12-16 12:11:09 +01:00
|
|
|
${STAGEDIR}${PREFIX}/lib/xorg/modules/extensions/.xorg/
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/xorg/modules/*.so
|
|
|
|
.if !defined(WITH_NEW_XORG)
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/xorg/modules/extensions/*.so
|
|
|
|
.endif
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/xorg/modules/multimedia/*.so
|
2012-07-29 20:26:00 +02:00
|
|
|
|
2012-08-31 17:44:41 +02:00
|
|
|
.if defined(WITH_NEW_XORG)
|
2013-12-16 12:11:09 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/X11/xorg.conf.d
|
2012-08-31 17:44:41 +02:00
|
|
|
.endif
|
2013-12-16 12:11:09 +01:00
|
|
|
.endif # ! SLAVE_PORT
|
2012-04-21 19:03:32 +02:00
|
|
|
|
2004-05-10 07:05:00 +02:00
|
|
|
.include <bsd.port.post.mk>
|