1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/comms/libfap/Makefile
Dmitry Marakasov 0358da21f9 - Fix LICENSE
- Add LICENSE_FILE
- Pet portlint
- Update WWW

Approved by:	portmgr blanket
2020-05-08 09:32:38 +00:00

22 lines
441 B
Makefile

# $FreeBSD$
PORTNAME= libfap
PORTVERSION= 1.5
CATEGORIES= comms hamradio
MASTER_SITES= http://www.pakettiradio.net/downloads/libfap/${PORTVERSION}/ \
LOCAL/db
MAINTAINER= akh@nobugware.com
COMMENT= C port for Ham::APRS::FAP Finnish APRS Parser Perl module
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>