diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-23 19:14:23 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-23 19:14:23 +0000 |
commit | 134442c0642d069846e314160205618af5736d77 (patch) | |
tree | 6e4ac960f4048e54ef4bcfab92516adefdfa7a9d /www/libghttp/Makefile | |
parent | 118bb246a5a7fddfca67dbe02e3097288375c0b4 (diff) | |
download | ports-134442c0642d069846e314160205618af5736d77.tar.gz ports-134442c0642d069846e314160205618af5736d77.zip |
Notes
Diffstat (limited to 'www/libghttp/Makefile')
-rw-r--r-- | www/libghttp/Makefile | 21 |
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> |