Merge branch 'staged'
[dports.git] / misc / ipa_conv / Makefile
1 PORTNAME=       ipa_conv
2 PORTVERSION=    1.1
3 PORTREVISION=   2
4 CATEGORIES=     misc
5 MASTER_SITES=   SF/ipa-system/modules/ipa_conv
6
7 MAINTAINER=     ports@FreeBSD.org
8 COMMENT=        IPA accounting/database module for converting statistics
9 WWW=            http://ipa-system.sourceforge.net/modules/ipa_conv/
10
11 BUILD_DEPENDS=  ${LOCALBASE}/include/ipa_mod.h:sysutils/ipa
12
13 USES=           libtool tar:bzip2
14 USE_LDCONFIG=   yes
15 GNU_CONFIGURE=  yes
16 INSTALL_TARGET= install-strip
17
18 PLIST_FILES=    lib/ipa_conv.so \
19                 man/man8/ipa_conv.8.gz \
20                 man/ru.KOI8-R/man8/ipa_conv.8.gz
21
22 .include <bsd.port.mk>