freebsd-ports/devel/libserver/Makefile
Dmitry Marakasov 3f9fa06bfc - Update to 2.1.5
- While here, add LICENSE

PR:		200700
Submitted by:	jimmy@mammothcheese.ca (maintainer)
2015-06-09 12:50:08 +00:00

19 lines
378 B
Makefile

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