mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
add7807c98
PR: 154615 Submitted by: maintainer
28 lines
566 B
Makefile
28 lines
566 B
Makefile
# 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>
|