mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
f4db06ff78
PR: ports/164178 Submitted by: jimmy@mammothcheese.ca (maintainer) Approved by: gabor (mentor, implicit)
24 lines
510 B
Makefile
24 lines
510 B
Makefile
# New ports collection makefile for: libdombey
|
|
# Date created: Fri, 23 Apr 2010 14:24:06 EDT
|
|
# Whom: James Bailie <jimmy@mammothcheese.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libdombey
|
|
PORTVERSION= 2.1
|
|
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}
|
|
|
|
.include <bsd.port.mk>
|