2010-01-12 02:19:59 +01:00
|
|
|
# New ports collection makefile for: iplike
|
|
|
|
# Date created: 5 January 2010
|
|
|
|
# Whom: Sevan Janiyan <venture37@geeklan.co.uk>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= iplike
|
2011-05-30 09:12:27 +02:00
|
|
|
PORTVERSION= 2.0.2
|
2010-01-12 02:19:59 +01:00
|
|
|
CATEGORIES= databases
|
2011-05-03 21:36:07 +02:00
|
|
|
MASTER_SITES= SF/opennms/IPLIKE/stable-2.0/
|
2010-01-12 02:19:59 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2011-05-30 09:12:27 +02:00
|
|
|
PLIST_FILES= lib/postgresql/iplike.la \
|
|
|
|
lib/postgresql/iplike.so \
|
2010-01-12 02:19:59 +01:00
|
|
|
sbin/install_iplike.sh
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|