blob: 3c34f792c6b6ad9734b4ae3a12a318bcb30f32b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|