blob: 7ab92f49ed6217337b84f0e71dd92fac78ff84d2 (
plain)
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
|
# ex:ts=8
# New ports collection makefile for: gaim
# Date created: 22 Jan 2002
# Whom: CHOI Junho <cjh@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= korean net
PATCH_SITES= http://master.debian.or.kr/~alee/patch/
PATCHFILES= gaim-0.55-i18n.diff
PATCH_DIST_STRIP= -p1
MAINTAINER= cjh@FreeBSD.org
LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
MASTERDIR= ${.CURDIR}/../../net/gaim
MD5_FILE= ${.CURDIR}/distinfo
.if !exists(/usr/include/langinfo.h)
BROKEN= "/usr/include/langinfo.h needed; 4-stable after Mar 13 2002 and -current"
.endif
.include "${MASTERDIR}/Makefile"
|