aboutsummaryrefslogtreecommitdiffstats
path: root/net/libopennet/Makefile
blob: 6db572753d4514ef264af5bb9aead6dd97b62c01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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.9
CATEGORIES= net
MASTER_SITES=   http://www.rkeene.org/files/oss/libopennet/ \
        http://www.cs.nctu.edu.tw/~gslin/files/

MAINTAINER= ports@FreeBSD.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>