1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/misc/ipa_conv/Makefile
Dmitry Marakasov e02d5f32bf - Fix MAINTAINER
Approved by:	portmgr blanket
2019-04-09 16:56:19 +00:00

25 lines
526 B
Makefile

# Created by: Andrey Simonenko
# $FreeBSD$
PORTNAME= ipa_conv
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= SF/ipa-system/modules/ipa_conv
MAINTAINER= ports@FreeBSD.org
COMMENT= IPA accounting/database module for converting statistics
BUILD_DEPENDS= ${LOCALBASE}/include/ipa_mod.h:sysutils/ipa
USES= libtool tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PLIST_FILES= lib/ipa_conv.so \
man/man8/ipa_conv.8.gz \
man/ru.KOI8-R/man8/ipa_conv.8.gz
.include <bsd.port.mk>