diff options
Diffstat (limited to 'japanese/gtkicq/Makefile')
-rw-r--r-- | japanese/gtkicq/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/japanese/gtkicq/Makefile b/japanese/gtkicq/Makefile deleted file mode 100644 index 0546cce9472b..000000000000 --- a/japanese/gtkicq/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Shuichi Tanaka -# $FreeBSD$ - -PORTNAME= gtkicq -PORTVERSION= 0.60 -PORTREVISION= 5 -CATEGORIES= japanese net -MASTER_SITES= ftp://gtkicq.pn.org/pub/gtkicq/ - -PATCH_SITES= http://keemun.soraneko.com/gtkicq/archives/ -PATCHFILES= ${DISTNAME}-ja.diff.gz -PATCH_DIST_STRIP= -p1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Icq clone for Japanese user - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-10 - -BUILD_DEPENDS= ${LOCALBASE}/lib/libjcode.a:${PORTSDIR}/japanese/libjcode - -USE_GMAKE= yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-gnome --datadir=${PREFIX}/share/gtkicq -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" -CPPFLAGS+= -I${LOCALBASE}/include - -NO_STAGE= yes -.include <bsd.port.mk> |