This update fixes a broken checksum reported by myself [1] PR: ports/188815 [1] PR: ports/188887 submitted by: maintainer (James Bailie)
18 lines
366 B
Makefile
18 lines
366 B
Makefile
# Created by: James Bailie <jimmy@mammothcheese.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libserver
|
|
PORTVERSION= 1.21
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.mammothcheese.ca/
|
|
|
|
MAINTAINER= jimmy@mammothcheese.ca
|
|
COMMENT= Generic TCP server in a library
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALL_TARGET=STAGEDIR=../stage/ install
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|