fbc33a4d77
PR: 207118 Submitted by: maintainer
21 lines
404 B
Makefile
21 lines
404 B
Makefile
# Created by: James Bailie <jimmy@mammothcheese.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libdombey
|
|
PORTVERSION= 5.26
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.mammothcheese.ca/
|
|
|
|
MAINTAINER= jimmy@mammothcheese.ca
|
|
COMMENT= SCGI application server in a library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
DESTDIRNAME= STAGEDIR
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|