1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/databases/iplike/Makefile
Philip M. Gollucci eddd1e9d25 A C implementation of the stored procedure written in plpgsql that's bundled
with OpenNMS, this is the preferred version for use as is offers better
performance

WWW: http://www.opennms.org/wiki/IPLIKE

PR:		ports/142581
Submitted by:	Sevan Janiyan <venture37 at geeklan.co.uk>
2010-01-12 01:19:59 +00:00

29 lines
556 B
Makefile

# New ports collection makefile for: iplike
# Date created: 5 January 2010
# Whom: Sevan Janiyan <venture37@geeklan.co.uk>
#
# $FreeBSD$
#
PORTNAME= iplike
PORTVERSION= 1.0.8
CATEGORIES= databases
MASTER_SITES= SF/opennms/IPLIKE/stable-1.0/
MAINTAINER= venture37@geeklan.co.uk
COMMENT= C implementation of the OpenNMS iplike stored procedure
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_PGSQL= yes
SUB_FILES= pkg-message
PLIST_FILES= lib/iplike.la \
lib/iplike.so \
sbin/install_iplike.sh
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>