1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/databases/iplike/Makefile

22 lines
456 B
Makefile
Raw Normal View History

# Created by: Sevan Janiyan <venture37@geeklan.co.uk>
PORTNAME= iplike
2020-07-15 20:35:03 +00:00
PORTVERSION= 2.2.0
CATEGORIES= databases
2020-07-15 20:35:03 +00:00
MASTER_SITES= SF/opennms/IPLIKE/stable-2.2/
2021-05-18 21:18:00 +00:00
MAINTAINER= ports@FreeBSD.org
COMMENT= C implementation of the OpenNMS iplike stored procedure
USES= libtool pgsql
2019-02-23 16:44:39 +00:00
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
SUB_FILES= pkg-message
INSTALL_TARGET= install-strip
PLIST_FILES= lib/postgresql/iplike.so \
sbin/install_iplike.sh
.include <bsd.port.mk>