20 lines
383 B
Makefile
20 lines
383 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= GPLv2
|
||
|
|
||
|
HAS_CONFIGURE= yes
|
||
|
USE_LDCONFIG= yes
|
||
|
USES= libtool
|
||
|
INSTALL_TARGET= install-strip
|
||
|
|
||
|
.include <bsd.port.mk>
|