summaryrefslogtreecommitdiff
path: root/japanese/gtkicq/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-11 14:15:53 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-11 14:15:53 +0000
commitedcf8b3594b5df6440713253552b675fb0234474 (patch)
treecb86ff29b6c34e6d077c56ce53ca461f9623f343 /japanese/gtkicq/Makefile
parentFix wrong PORTNAME/PORTVERSION and use PKGNAMESUFFIX. (diff)
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
Notes
Notes: svn path=/head/; revision=27449
Diffstat (limited to 'japanese/gtkicq/Makefile')
-rw-r--r--japanese/gtkicq/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/japanese/gtkicq/Makefile b/japanese/gtkicq/Makefile
index bea7629486c9..19eb0766c4a7 100644
--- a/japanese/gtkicq/Makefile
+++ b/japanese/gtkicq/Makefile
@@ -1,18 +1,17 @@
# New ports collection makefile for: ja-gtkicq
-# Version required: 0.60
# Date created: 8 MAY 1999
# Whom: Shuichi Tanaka
#
# $FreeBSD$
#
-DISTNAME= gtkicq-0.60
-PKGNAME= ja-gtkicq-0.60
+PORTNAME= gtkicq
+PORTVERSION= 0.60
CATEGORIES= japanese net
MASTER_SITES= ftp://gtkicq.pn.org/pub/gtkicq/
PATCH_SITES= http://keemun.soraneko.com/gtkicq/archives/
-PATCHFILES= gtkicq-0.60-ja.diff.gz
+PATCHFILES= ${DISTNAME}-ja.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= stanaka@bb.mbn.or.jp
@@ -23,11 +22,11 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libjcode.a:${PORTSDIR}/japanese/libjcode \
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-gnome
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"