aboutsummaryrefslogtreecommitdiff
path: root/korean/engdic/Makefile
blob: 2081001089e827b9dbb4ad95e38edb90acd609b2 (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=	hollywar@mail.holywar.net

ALL_TARGET=	clean all
USE_REINPLACE=	yes

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>