aboutsummaryrefslogtreecommitdiffstats
path: root/korean/engdic/Makefile
blob: b000f9b482d3b1ed9276c1e2e20eb43b26544405 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Oh Junseon <hollywar@mail.holywar.net>
# $FreeBSD$

PORTNAME=   engdic
PORTVERSION=    0.2
CATEGORIES= korean deskutils
MASTER_SITES=   ftp://ftp.holywar.net/pub/engdic/ \
        ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/

MAINTAINER= ports@FreeBSD.org
COMMENT=    English dictionary utility for Korean

ALL_TARGET= clean all

post-patch:
    @for f in ${WRKSRC}/Makefile ${WRKSRC}/engdic.h; do \
        ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' $$f; \
    done

.include <bsd.port.mk>