1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/libserver/Makefile
William Grzybowski 050e7048ba devel/libserver: update to 1.22
PR:		189022
Submitted by:	maintainer (based on)
2014-06-20 01:33:27 +00:00

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>