freebsd-ports/databases/ip4r/Makefile
Tobias Kortkamp cadce4f060 databases/ip4r: Update to 2.4.1
This fixes the build with newer PostgreSQL versions.

Drop the IDXPATCH option.  The patch no longer applies.  Unfortunately
it was never upstreamed, its purpose is not clear, and the port no
longer has a maintainer to ask about this.

Changes:	https://github.com/RhodiumToad/ip4r/blob/2.4.1/README.ip4r
PR:		239514
2019-08-03 08:23:00 +00:00

22 lines
557 B
Makefile

# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
PORTNAME= ip4r
PORTVERSION= 2.4.1
CATEGORIES= databases net
MAINTAINER= ports@FreeBSD.org
COMMENT= IP address and IP range index types for PostgreSQL
LICENSE= PostgreSQL
USES= gmake pgsql
USE_GITHUB= yes
GH_ACCOUNT= RhodiumToad
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/include/postgresql/server/extension/ip4r
${INSTALL_DATA} ${WRKSRC}/src/ipr.h ${STAGEDIR}${PREFIX}/include/postgresql/server/extension/ip4r
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/ip4r.so
.include <bsd.port.mk>