aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/kiconvtool/Makefile
blob: 7e738b5bb82f970d8065463c6e08558b2f857514 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    kiconvtool
# Date created:     25 Jun 2008
# Whom:         Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   kiconvtool
PORTVERSION=    0.93
CATEGORIES= sysutils
MASTER_SITES=   http://mirror.amdmi3.ru/ \
        ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= amdmi3

MAINTAINER= amdmi3@FreeBSD.org
COMMENT=    Tool to preload kernel iconv charset tables

PLIST_FILES=    sbin/kiconvtool etc/rc.d/kiconv

MAN8=       kiconvtool.8

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/kiconv.sh

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/kiconvtool ${PREFIX}/sbin
    ${INSTALL_SCRIPT} ${WRKSRC}/kiconv.sh ${PREFIX}/etc/rc.d/kiconv
    ${INSTALL_MAN} ${WRKSRC}/kiconvtool.8 ${MAN8PREFIX}/man/man8/

.include <bsd.port.mk>
yedwin2006-01-221-0/+1 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-18/+18 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1 * Don't remove system locale directories (not listed in the relevantkris2004-12-201-9/+0 * Don't use Makefile.kde anymoremarkus2004-06-061-4/+3 * Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1 * - SIZEifymarkus2004-03-291-0/+1