b76dbdcd8a
PR: ports/167455 Submitted by: maintainer
23 lines
507 B
Makefile
23 lines
507 B
Makefile
# New ports collection makefile for: libserver
|
|
# Date created: Sat, 18 Sept 2010 11:34:25 EDT
|
|
# Whom: James Bailie <jimmy@mammothcheese.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libserver
|
|
PORTVERSION= 1.11
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.mammothcheese.ca/
|
|
|
|
MAINTAINER= jimmy@mammothcheese.ca
|
|
COMMENT= Generic TCP server in a library
|
|
|
|
MAN8= libserver.8
|
|
MANCOMPRESSED= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|