mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
214316cb72
PR: ports/169616 Submitted by: maintainer
24 lines
507 B
Makefile
24 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.12
|
|
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>
|