2c815c245e
PR: ports/150951 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
21 lines
467 B
Makefile
21 lines
467 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.1
|
|
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
|
|
|
|
.include <bsd.port.mk>
|