1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/x11-wm/vtwm/Makefile
Alex Kozlov 6243bee09c - Convert Makefile headers to new style
- Correct logic in NLS condition after OptionsNG conversion.
- Remove ABI version numbers from LIB_DEPENDS

Feature safe:	yes
2012-10-27 04:13:32 +00:00

38 lines
651 B
Makefile

# Created by: bmah@ca.sandia.gov
# $FreeBSD$
PORTNAME= vtwm
PORTVERSION= 5.4.7
PORTREVISION= 4
CATEGORIES= x11-wm
MASTER_SITES= http://www.vtwm.org/downloads/
MAINTAINER= ak@FreeBSD.org
COMMENT= Twm with a virtual desktop and optional Motif-like features
USE_XORG= xpm xmu
ETCDIR?= ${PREFIX}/etc
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAN1= vtwm.1
OPTIONS_DEFINE= SOUND NLS
OPTIONS_DEFAULT= SOUND NLS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSOUND}
LIB_DEPENDS+= rplay:${PORTSDIR}/audio/rplay
MAKE_ENV+= SOUND=yes
.else
MAKE_ENV+= SOUND=no
.endif
.if empty(PORT_OPTIONS:MNLS)
CFLAGS+= -DNO_I18N_SUPPORT
.endif
.include <bsd.port.mk>