1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/deskutils/xchm/Makefile
Ruslan Makhmatkhanov 06ea3ad752 - use options helpers, add NLS to available options list
- add stage support
2014-01-21 12:06:04 +00:00

28 lines
545 B
Makefile

# Created by: Pav Lucistnik <pav@oook.cz>
# $FreeBSD$
PORTNAME= xchm
PORTVERSION= 1.23
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}/xCHM/${PORTNAME}-${PORTVERSION}
MAINTAINER= rm@FreeBSD.org
COMMENT= Windows HTML Help (.chm) viewer for UNIX
LICENSE= GPLv2
LIB_DEPENDS= libchm.so:${PORTSDIR}/misc/chmlib
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
GNU_CONFIGURE= yes
USE_WX= 2.6+
WX_UNICODE= yes
WX_CONF_ARGS= absolute
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>