freebsd-ports/devel/libserver/Makefile
Pawel Pekala b59cc785ec Update to version 3.17
PR:		213388
Submitted by:	maintainer
2016-10-12 19:14:07 +00:00

20 lines
409 B
Makefile

# Created by: James Bailie <jimmy@mammothcheese.ca>
# $FreeBSD$
PORTNAME= libserver
PORTVERSION= 3.17
CATEGORIES= devel
MASTER_SITES= http://www.mammothcheese.ca/
MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Generic TCP server in a library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_LDCONFIG= yes
MAKE_ENV+= STAGEDIR=${STAGEDIR}
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>