summaryrefslogtreecommitdiff
path: root/misc/ipa_conv/Makefile
blob: 4e0082d32d6f34bd65e61a1d41910d4b9652ed6f (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
# Created by: 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

USES=	tar:bzip2
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes

PLIST_FILES=	lib/ipa_conv.la lib/ipa_conv.so \
		man/man8/ipa_conv.8.gz \
		man/ru.KOI8-R/man8/ipa_conv.8.gz


.include <bsd.port.mk>