diff options
author | knu <knu@FreeBSD.org> | 2000-04-11 22:15:53 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-11 22:15:53 +0800 |
commit | eb17e2576779f2d3cec7d048b850a15abdbcbd54 (patch) | |
tree | b353963f3ab4d98c9dfa05a226f9e4b7fe663bf5 /japanese/gtkicq | |
parent | 9271784a158a2e9d281abacf9a42a90705450f73 (diff) | |
download | freebsd-ports-gnome-eb17e2576779f2d3cec7d048b850a15abdbcbd54.tar.gz freebsd-ports-gnome-eb17e2576779f2d3cec7d048b850a15abdbcbd54.tar.zst freebsd-ports-gnome-eb17e2576779f2d3cec7d048b850a15abdbcbd54.zip |
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. :)
Diffstat (limited to 'japanese/gtkicq')
-rw-r--r-- | japanese/gtkicq/Makefile | 15 |
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" |