1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/japanese/gicq/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

34 lines
748 B
Makefile

# New ports collection makefile for: gicq
# Date Created: 31 Oct 1998
# Whom: Seiichirou Hiraoka
#
# $FreeBSD$
#
PORTNAME= gicq
PORTVERSION= 0.33
PORTREVISION= 5
CATEGORIES= japanese net
MASTER_SITES= ${MASTER_SITE_LOCAL} \
ftp://ftp.korsoft.com/pub/gicq/
MASTER_SITE_SUBDIR= flathill
PATCH_SITES= http://download.sourceforge.net/gicq/ \
${MASTER_SITE_LOCAL}
PATCH_SITE_SUBDIR= flathill
PATCHFILES= ${DISTNAME}ja.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK based ICQ program
LIB_DEPENDS= icq.0:${PORTSDIR}/japanese/libicq
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-gnome --disable-nls
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>