forked from Lainports/freebsd-ports
17 lines
357 B
Makefile
17 lines
357 B
Makefile
# Created by: James Bailie <jimmy@mammothcheese.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libserver
|
|
PORTVERSION= 2.1.2
|
|
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>
|