mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
380 B
Makefile
20 lines
380 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.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.eecs.umich.edu/~dhelder/misc/gnet/src/
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
USE_GLIB= yes
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|