e8154dc669
PR: ports/124495 Submitted by: David Barksdale <amatus gnu.org> Approved by: mentor (implicit)
28 lines
594 B
Makefile
28 lines
594 B
Makefile
# New ports collection makefile for: libmicrohttpd
|
|
# Date created: 12 February 2008
|
|
# Whom: David Barksdale <amatus@gnu.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libmicrohttpd
|
|
PORTVERSION= 0.3.1
|
|
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.4 \
|
|
lib/libmicrohttpd.la \
|
|
lib/libmicrohttpd.so \
|
|
lib/libmicrohttpd.a \
|
|
include/microhttpd.h \
|
|
info/microhttpd.info
|
|
|
|
MAN3= libmicrohttpd.3
|
|
|
|
.include <bsd.port.mk>
|