Import misc/ipa_conv version 1.1
[dports.git] / misc / ipa_conv / Makefile
1 # New ports collection makefile for:    ipa_conv
2 # Date created:                         28 July 2009
3 # Whom:                                 Andrey Simonenko
4 #
5 # $FreeBSD: ports/misc/ipa_conv/Makefile,v 1.3 2012/11/17 05:59:38 svnexp Exp $
6 #
7
8 PORTNAME=       ipa_conv
9 PORTVERSION=    1.1
10 CATEGORIES=     misc
11 MASTER_SITES=   SF/ipa-system/modules/ipa_conv
12
13 MAINTAINER=     simon@comsys.ntu-kpi.kiev.ua
14 COMMENT=        IPA accounting/database module for converting statistics
15
16 BUILD_DEPENDS=  ${LOCALBASE}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa
17
18 USE_BZIP2=      yes
19 USE_LDCONFIG=   yes
20 GNU_CONFIGURE=  yes
21
22 PLIST_FILES=    lib/ipa_conv.la lib/ipa_conv.so
23
24 MAN8=           ipa_conv.8
25 MANLANG=        "" ru.KOI8-R
26
27 .include <bsd.port.mk>