e4912bdce9
PR: ports/182603 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
20 lines
380 B
Makefile
20 lines
380 B
Makefile
# Created by: James Bailie <jimmy@mammothcheese.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libdombey
|
|
PORTVERSION= 2.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.mammothcheese.ca/
|
|
|
|
MAINTAINER= jimmy@mammothcheese.ca
|
|
COMMENT= SCGI application server in a library
|
|
|
|
MAN8= libdombey.8
|
|
MANCOMPRESSED= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|