freebsd-ports/deskutils/xchm/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

28 lines
543 B
Makefile

# Created by: Pav Lucistnik <pav@oook.cz>
# $FreeBSD$
PORTNAME= xchm
PORTVERSION= 1.23
PORTREVISION= 3
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:misc/chmlib
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
GNU_CONFIGURE= yes
USE_WX= 2.8+
WX_UNICODE= yes
WX_CONF_ARGS= absolute
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>