freebsd-ports/devel/libgutenfetch/Makefile
Bryan Drewery 899d2706b7 - Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDS
This fixes the following warning when running 'run-depends-list':
      "install" non-existent -- dependency list incomplete

With hat:	portmgr
2013-04-30 20:00:28 +00:00

46 lines
1.1 KiB
Makefile

# Created by: 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
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>