aboutsummaryrefslogtreecommitdiffstats
path: root/comms/trustedqsl/Makefile
blob: 4d62bd15d180b8f99f3ed270f23cb9bd6ba01826 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $FreeBSD$

PORTNAME=   trustedqsl
PORTVERSION=    2.0
CATEGORIES= comms hamradio
MASTER_SITES=   SF/${PORTNAME}/TrustedQSL/v${PORTVERSION}/
DISTNAME=   tqsl-${PORTVERSION}
EXTRACT_SUFX=   .tgz

MAINTAINER= db@FreeBSD.org
COMMENT=    Amateur Radio Station electronic trusted logbook

LICENSE=    BSD

LIB_DEPENDS=    libdb-5.so:${PORTSDIR}/databases/db5 \
        libcurl.so:${PORTSDIR}/ftp/curl

CXXFLAGS    +=-std=gnu++0x

PKGMESSAGE= ${WRKDIR}/pkg-message

USES=       compiler:c++11-lib cmake pkgconfig
USE_WX=     2.8+
WX_UNICODE= yes
USE_LDCONFIG=   yes

post-patch:
    @${SED} -e 's:%%PREFIX%%:${PREFIX}:g' \
        ${FILESDIR}/pkg-message > ${WRKDIR}/pkg-message

.include <bsd.port.mk>