mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
f676c8f1b1
4-stable after langinfo.h MFC(occurred Mar 12 2002 by phantom) and recent -current.
25 lines
561 B
Makefile
25 lines
561 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: gaim
|
|
# Date created: 22 Jan 2002
|
|
# Whom: CHOI Junho <cjh@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= korean net
|
|
|
|
MASTERDIR= ${.CURDIR}/../../net/gaim
|
|
|
|
MAINTAINER= cjh@FreeBSD.org
|
|
|
|
LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
|
|
|
|
# Slightly modified from http://master.debian.or.kr/~alee/patch/
|
|
EXTRA_PATCHES= ${.CURDIR}/files/gaim-0.54-utf.diff
|
|
|
|
.if !exists(/usr/include/langinfo.h)
|
|
BROKEN= "/usr/include/langinfo.h needed; 4-stable after Mar 13 2002 and -current"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|