1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/databases/iplike/Makefile
Frederic Culot 3b697015e5 - Update to 2.0.2
PR:		ports/157120
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk> (maintainer)
2011-05-30 07:12:27 +00:00

29 lines
578 B
Makefile

# 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>