mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
6260a8a4fe
on the core and Tier2 APRS-IS servers. It is written in the C language, and it runs on Linux and Unix servers. If you need igate or other radio-interfacing features, aprsc is not for you. - toyo toyokun@gmail.com WWW: http://he.fi/aprsc PR: ports/188539 Submitted by: toyokun@gmail.com
28 lines
562 B
Makefile
28 lines
562 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= aprsc
|
|
PORTVERSION= 2.0.14
|
|
DISTVERSIONSUFFIX= .g28c5a6a
|
|
CATEGORIES= net hamradio
|
|
MASTER_SITES= http://he.fi/aprsc/down/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= db
|
|
|
|
MAINTAINER= toyokun@gmail.com
|
|
COMMENT= A plain APRS-IS server
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= event2/libevent-2.0.so:${PORTSDIR}/devel/libevent2
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib/event2
|
|
MAKEFILE= GNUmakefile
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
GNU_CONFIGURE= yes
|
|
USES= perl5 gmake
|
|
|
|
.include <bsd.port.mk>
|