freebsd-ports/japanese/gicq/Makefile

35 lines
766 B
Makefile
Raw Normal View History

# New ports collection makefile for: gicq
# Date Created: 31 Oct 1998
# Whom: Seiichirou Hiraoka
#
1999-08-25 07:28:01 +02:00
# $FreeBSD$
#
PORTNAME= gicq
PORTVERSION= 0.33
PORTREVISION= 2
CATEGORIES= japanese net
MASTER_SITES= ${MASTER_SITE_LOCAL} \
2000-01-25 19:21:15 +01:00
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
1999-03-31 13:38:02 +02:00
PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK based ICQ program
2000-10-05 08:36:23 +02:00
LIB_DEPENDS= icq.0:${PORTSDIR}/japanese/libicq
USE_X_PREFIX= yes
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>