03315bbb41
PR: ports/122144 Submitted by: David Barksdale <amatus@gnu.org> (maintainer) Approved by: tabthorpe (mentor)
27 lines
569 B
Makefile
27 lines
569 B
Makefile
# New ports collection makefile for: libmicrohttpd
|
|
# Date created: 12 February 2008
|
|
# Whom: David Barksdale <amatus@gnu.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libmicrohttpd
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://gnunet.org/libmicrohttpd/download/
|
|
|
|
MAINTAINER= amatus@gnu.org
|
|
COMMENT= C library for embedding HTTP server functionality
|
|
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= lib/libmicrohttpd.so.3 \
|
|
lib/libmicrohttpd.la \
|
|
lib/libmicrohttpd.so \
|
|
lib/libmicrohttpd.a \
|
|
include/microhttpd.h
|
|
|
|
MAN3= libmicrohttpd.3
|
|
|
|
.include <bsd.port.mk>
|