freebsd-ports/x11-wm/vtwm/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

36 lines
720 B
Makefile

# Created by: Bruce A. Mah <bmah@ca.sandia.gov>
# $FreeBSD$
PORTNAME= vtwm
PORTVERSION= 5.5.0
CATEGORIES= x11-wm
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= ak@FreeBSD.org
COMMENT= Twm with a virtual desktop and optional Motif-like features
LICENSE= MIT
LIB_DEPENDS= libpng.so:graphics/png
USES= pkgconfig xorg
GNU_CONFIGURE= yes
USE_XORG= x11 xext xft xinerama xpm xmu xrandr
PLIST_FILES= bin/vtwm \
bin/nexpm \
etc/system.vtwmrc \
man/man1/vtwm.1.gz
OPTIONS_DEFINE= SOUND
SOUND_DESC= Sound support (via rplay)
SOUND_CONFIGURE_ENABLE= sound
SOUND_LIB_DEPENDS= librplay.so:audio/rplay
pre-patch:
@${REINPLACE_CMD} -e 's|\$${datadir}/X11/vtwm|\$${prefix}/etc|' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>