aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/mkisofs/Makefile
blob: b4f0bf28043660ce425666afa55f6c04c2d7e504 (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
31
32
33
# New ports collection makefile for:    zh-mkisofs
# Date created:         19 Oct 2000
# Whom:             Jing-Tang Keith Jang <keith@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   mkisofs
PORTVERSION=    1.12b5
CATEGORIES= chinese sysutils
MASTER_SITES=   ftp://freebsd.sinica.edu.tw/pub/keith/

PATCH_SITES=    ftp://freebsd.sinica.edu.tw/pub/keith/
PATCHFILES= mkisofs-1.12b5.big5patch.gz

MAINTAINER= keith@FreeBSD.org

GNU_CONFIGURE=  yes
USE_REINPLACE=  yes
ALL_TARGET= World
MAN8=       mkisofs.8 isoinfo.8

pre-configure:
    ${REINPLACE_CMD} -e 's:prefix = /usr/local:prefix = ${PREFIX}:' \
        ${WRKSRC}/diag/Makefile.in

post-build:
    cd ${WRKSRC}/diag && make

post-install:
    cd ${WRKSRC}/diag && make install

.include <bsd.port.mk>