1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/libopennet/Makefile
Martin Wilke c2866e7e03 - Convert gmake,bzip2 to USES
Approved by:	portmgr
2014-05-29 12:00:30 +00:00

27 lines
529 B
Makefile

# Created by: 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}
USES= gmake
USE_LDCONFIG= yes
MAN3= fopen_net.3 \
fseek_net.3 \
lseek_net.3 \
open_net.3 \
opennet.3 \
read_net.3
NO_STAGE= yes
.include <bsd.port.mk>