mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
050e7048ba
PR: 189022 Submitted by: maintainer (based on)
18 lines
356 B
Makefile
18 lines
356 B
Makefile
# Created by: James Bailie <jimmy@mammothcheese.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libserver
|
|
PORTVERSION= 1.22
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.mammothcheese.ca/
|
|
|
|
MAINTAINER= jimmy@mammothcheese.ca
|
|
COMMENT= Generic TCP server in a library
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_ENV+= STAGEDIR=${STAGEDIR}
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|