mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
91bb18500a
In addition to fixing the build with LLVM15, a number of packages xforward
depends on no longer provide static libraries, making building the static
version impossible. Therefore this revision also reverts f6d424b240
(SVN r414578 in May 2016) which added a static build option.
27 lines
663 B
Makefile
27 lines
663 B
Makefile
PORTNAME= xforward
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://komquats.com/distfiles/ \
|
|
http://people.freebsd.org/~cy/distfiles/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= cy@FreeBSD.org
|
|
COMMENT= Provide user-level X forwarding service
|
|
|
|
LICENSE_FILE= ${WRKSRC}/NOTICE
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png \
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
libexpat.so:textproc/expat2 \
|
|
libfreetype.so:print/freetype2
|
|
|
|
USES= motif xorg
|
|
USE_XORG= x11 xt xaw xmu xt xext sm ice xft xau xcb xdmcp xrender
|
|
|
|
MAKE_ARGS= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}
|
|
NO_WRKSUBDIR= yes
|
|
PLIST_FILES= bin/xforward man/man1/xforward.1.gz
|
|
|
|
.include <bsd.port.mk>
|