mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
8cf8bfceef
PR: ports/16876 Submitted by: Kato Tsuguru<tkato@prontomail.ne.jp>, Ade Lovett<ade@FreeBSD.org>
23 lines
499 B
Makefile
23 lines
499 B
Makefile
# New ports collection makefile for: gnet
|
|
# Version required: 0.1.9
|
|
# Date created: 16 February 2000
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= gnet-0.1.9
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.eecs.umich.edu/~dhelder/misc/gnet/src/
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12
|
|
|
|
GLIB_CONFIG= ${LOCALBASE}/bin/glib12-config
|
|
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
|
|
|
|
.include <bsd.port.mk>
|