freebsd-ports/www/libghttp/Makefile
Vanilla I. Shu 7120382cdf Add gnome virtual category.
PR:		ports/9813
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-01-31 17:11:22 +00:00

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>