1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/misc/ipa_conv/Makefile
Muhammad Moinur Rahman 4eab16bc50
misc/ipa_conv: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-26 21:38:52 +01:00

24 lines
593 B
Makefile

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