1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/x11-wm/wmfs/Makefile
Grzegorz Blach a781a6e13c - Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
  which depends on imlib2

PR:		196062
Approved by:	portmgr
2014-12-27 00:09:02 +00:00

39 lines
903 B
Makefile

# Created by: Dennis Herrmann <adox@mcx2.org>
# $FreeBSD$
PORTNAME= wmfs
DISTVERSION= 201104
PORTREVISION= 3
CATEGORIES= x11-wm
MASTER_SITES= http://wmfs.info/attachments/download/45/ \
http://cloud.github.com/downloads/xorg62/wmfs/
MAINTAINER= dhn@FreeBSD.org
COMMENT= Floating and tiling Window Manager From Scratch
LICENSE= BSD3CLAUSE
LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2
USES= pkgconfig
USE_XORG= x11 xft xpm
HAS_CONFIGURE= yes
SUB_FILES= pkg-message
OPTIONS_DEFINE= XRANDR XINERAMA IMLIB
OPTIONS_DEFAULT= XRANDR XINERAMA IMLIB
CONFIGURE_ARGS= --prefix ${PREFIX} \
--man-prefix ${MANPREFIX}/man \
--xdg-config-dir ${PREFIX}/etc/xdg
XRANDR_USE= XORG=xrandr
XRANDR_CONFIGURE_WITH+= xrandr
XINERAMA_USE= XORG=xinerama
XINERARAM_CONFIGURE_WITH= xinerama
IMLIB_LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2
IMLIB_CONFIGURE_WITH= imlib2
.include <bsd.port.mk>