mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
27 lines
494 B
Makefile
27 lines
494 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.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.rkeene.org/files/oss/libopennet/
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= A library for opening files over a network
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN3= fopen_net.3 \
|
|
fseek_net.3 \
|
|
lseek_net.3 \
|
|
open_net.3 \
|
|
opennet.3 \
|
|
read_net.3
|
|
|
|
.include <bsd.port.mk>
|