From eaffe762fa8dacbb6629684af14eb0f3aa10deb6 Mon Sep 17 00:00:00 2001 From: Munechika SUMIKAWA Date: Fri, 10 Sep 1999 06:54:16 +0000 Subject: - changed = to ?= or += in some of the variables instead of assigning variables after the .include statement. Suggested by: asami Reviewed by: itojun --- misc/magicpoint/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'misc/magicpoint/Makefile') diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 4c6d379eac16..8ff5d0fbec75 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -5,21 +5,20 @@ # # $FreeBSD$ # +# "?=" and "+=" are for localized (i.e. Japanese) version DISTNAME= magicpoint-1.05a -# question is for localized (i.e. Japanese) version PKGNAME?= magicpoint-1.05a -CATEGORIES= misc +CATEGORIES+= misc MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/ -MAINTAINER= itojun@itojun.org +MAINTAINER?= itojun@itojun.org -# plus sign is for localized (i.e. Japanese) version LIB_DEPENDS+= ttf.3:${PORTSDIR}/print/freetype USE_IMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-vflib +CONFIGURE_ARGS?=--disable-vflib post-configure: (cd ${WRKSRC}/contrib/xmindpath; ./configure --prefix=${PREFIX}) -- cgit v1.2.3