blob: ed2413859943ebe9747bd0db5a4660e24ee450d7 (
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
|
# New ports collection makefile for: engdic-0.2
# Date created: 3 Jun 1999
# Whom: 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= An 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>
|