mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
7120382cdf
PR: ports/9813 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
22 lines
487 B
Makefile
22 lines
487 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.3 1999/01/27 08:31:53 fenner Exp $
|
|
#
|
|
|
|
DISTNAME= libghttp-0.99.2
|
|
CATEGORIES= www gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= libghttp
|
|
|
|
MAINTAINER= vanilla@FreeBSD.ORG
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|