freebsd-ports/net/gnet/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

23 lines
503 B
Makefile

# New ports collection makefile for: gnet
# Date created: 16 February 2000
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnet
PORTVERSION= 1.0.3
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
INSTALLS_SHLIB= yes
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
.include <bsd.port.mk>