1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net/libopennet/Makefile
Cheng-Lung Sung 43c57e476a - Update to 0.9.6
- Add local mirror

PR:		ports/103622
Submitted by:	maintainer (Gea-Suan Lin)
2006-09-27 02:11:11 +00:00

30 lines
594 B
Makefile

# New ports collection makefile for: libopennet
# Date created: 21 May 2005
# Whom: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= libopennet
PORTVERSION= 0.9.6
CATEGORIES= net
MASTER_SITES= http://www.rkeene.org/files/oss/libopennet/ \
http://www.cs.nctu.edu.tw/~gslin/files/
MAINTAINER= gslin@gslin.org
COMMENT= A library for opening files over a network
GNU_CONFIGURE= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
USE_GMAKE= yes
USE_LDCONFIG= yes
MAN3= fopen_net.3 \
fseek_net.3 \
lseek_net.3 \
open_net.3 \
opennet.3 \
read_net.3
.include <bsd.port.mk>