freebsd-ports/www/libghttp/Makefile

22 lines
482 B
Makefile
Raw Normal View History

# New ports collection makefile for: libghttp
1999-01-17 09:43:26 +01:00
# Version required: 0.99.2
# Date Created: 24 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
1999-01-27 09:31:54 +01:00
# $Id: Makefile,v 1.2 1999/01/17 08:43:25 vanilla Exp $
#
1999-01-17 09:43:26 +01:00
DISTNAME= libghttp-0.99.2
CATEGORIES= www
1999-01-27 09:31:54 +01:00
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>