aboutsummaryrefslogtreecommitdiffstats
path: root/www/libghttp/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-12-24 03:14:23 +0800
committervanilla <vanilla@FreeBSD.org>1998-12-24 03:14:23 +0800
commit61fbdf6bc13d399c8718c5497a8ae473ce9e138a (patch)
tree8686f8f53b72671d048f0f3541572d647c7b639d /www/libghttp/Makefile
parent4bdbd62890d4e40c2661a921c98ddf4d5d759a24 (diff)
downloadfreebsd-ports-gnome-61fbdf6bc13d399c8718c5497a8ae473ce9e138a.tar.gz
freebsd-ports-gnome-61fbdf6bc13d399c8718c5497a8ae473ce9e138a.tar.zst
freebsd-ports-gnome-61fbdf6bc13d399c8718c5497a8ae473ce9e138a.zip
libghttp is the GNOME http client library, need by GNOME project.
Diffstat (limited to 'www/libghttp/Makefile')
-rw-r--r--www/libghttp/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile
new file mode 100644
index 000000000000..b9675a632193
--- /dev/null
+++ b/www/libghttp/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: libghttp
+# Version required: 0.99
+# Date Created: 24 Dec 1998
+# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
+#
+# $Id$
+#
+
+DISTNAME= libghttp-0.99
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
+ ftp://ftp.gnome.org/pub/GNOME/sources/
+
+MAINTAINER= vanilla@FreeBSD.ORG
+
+GNU_CONFIGURE= yes
+
+post-install:
+ @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+
+.include <bsd.port.mk>