6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
50 lines
1.2 KiB
Makefile
50 lines
1.2 KiB
Makefile
# New ports collection makefile for: libgutenfetch
|
|
# Date created: 17 July 2004
|
|
# Whom: Russell Francis <johntabularasa@users.sf.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libgutenfetch
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= johntabularasa@users.sf.net
|
|
COMMENT= A library that allows application developers to connect to PG
|
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl:install
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
USE_GMAKE= yes
|
|
USE_BZIP2= yes
|
|
|
|
MAN3= libgutenfetch.3 \
|
|
gutenfetch_version.3 \
|
|
gutenfetch_shutdown.3 \
|
|
gutenfetch_set_active_server_full.3 \
|
|
gutenfetch_set_active_server.3 \
|
|
gutenfetch_new_server.3 \
|
|
gutenfetch_list_servers.3 \
|
|
gutenfetch_is_threadsafe.3 \
|
|
gutenfetch_init.3 \
|
|
gutenfetch_get_aussie_server.3 \
|
|
gutenfetch_get_active_server.3 \
|
|
gutenfetch_free_server.3 \
|
|
gutenfetch_free_servers.3 \
|
|
gutenfetch_duplicate_server.3
|
|
|
|
PLIST_FILES= include/gutenfetch.h \
|
|
lib/libgutenfetch.a \
|
|
lib/libgutenfetch.la \
|
|
lib/libgutenfetch.so \
|
|
lib/libgutenfetch.so.0 \
|
|
share/libgutenfetch/servers.txt
|
|
|
|
PLIST_DIRS= share/libgutenfetch
|
|
|
|
.include <bsd.port.mk>
|