1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/x11-wm/vtwm/Makefile
Alex Kozlov 73420e1dd5 - Update to 20130906 snapshot [1]
- Use options helpers
- Remove NLS knob, now it's runtime option

PR:	ports/165913 (based on) [1]
Submitted by:	Conrad J. Sabatier <conrads@cox.net> [1]
2013-12-09 12:32:44 +00:00

41 lines
840 B
Makefile

# Created by: Bruce A. Mah <bmah@ca.sandia.gov>
# $FreeBSD$
PORTNAME= vtwm
PORTVERSION= 5.4.99.20130906
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PROJECTHOST= ak-various-projects
MAINTAINER= ak@FreeBSD.org
COMMENT= Twm with a virtual desktop and optional Motif-like features
LICENSE= MIT
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
USE_XZ= yes
USES= pkgconfig
GNU_CONFIGURE= yes
USE_XORG= x11 xext xft xinerama xpm xmu xrandr
WRKSRC= ${WRKDIR}/vtwm-20130906
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:${PORTSDIR}/audio/rplay
pre-patch:
@${REINPLACE_CMD} -e 's|\$${datadir}/X11/vtwm|\$${prefix}/etc|' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>