mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
24 lines
643 B
Makefile
24 lines
643 B
Makefile
# New ports collection makefile for: libghttp
|
|
# Version required: 0.99.2
|
|
# Date Created: 24 Dec 1998
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/12/23 19:14:23 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= libghttp-0.99.2
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/latest/ \
|
|
ftp://ftp.geo.net/pub/gnome/sources/latest/ \
|
|
ftp://gnomeftp.wgn.net/pub/gnome/sources/latest/ \
|
|
ftp://ftp.gnome.org/pub/GNOME/sources/latest/
|
|
|
|
MAINTAINER= vanilla@FreeBSD.ORG
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|