aboutsummaryrefslogtreecommitdiffstats
path: root/databases/iplike/Makefile
blob: 08d7855328c35df3378f3ce8688fad69916a01db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    iplike
# Date created:     5 January 2010
# Whom:         Sevan Janiyan <venture37@geeklan.co.uk>
#
# $FreeBSD$
#

PORTNAME=   iplike
PORTVERSION=    2.0.2
CATEGORIES= databases
MASTER_SITES=   SF/opennms/IPLIKE/stable-2.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/postgresql/iplike.la \
    lib/postgresql/iplike.so \
    sbin/install_iplike.sh

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>