blob: 01d7f05128f611e52b5d29fca33549607a87b11b (
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
24
25
26
27
|
# New ports collection makefile for: ipa_conv
# Date created: 28 July 2009
# Whom: Andrey Simonenko
#
# $FreeBSD$
#
PORTNAME= ipa_conv
PORTVERSION= 1.1
CATEGORIES= misc
MASTER_SITES= SF/ipa-system/modules/ipa_conv
MAINTAINER= simon@comsys.ntu-kpi.kiev.ua
COMMENT= IPA accounting/database module for converting statistics
BUILD_DEPENDS= ${LOCALBASE}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa
USE_BZIP2= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
PLIST_FILES= lib/ipa_conv.la lib/ipa_conv.so
MAN8= ipa_conv.8
MANLANG= "" ru.KOI8-R
.include <bsd.port.mk>
|