aboutsummaryrefslogtreecommitdiffstats
path: root/misc/magicpoint
diff options
context:
space:
mode:
authorsumikawa <sumikawa@FreeBSD.org>1999-09-10 14:54:16 +0800
committersumikawa <sumikawa@FreeBSD.org>1999-09-10 14:54:16 +0800
commit28f2c28efaa84d38a8eac5dc442444d4c53e3dcf (patch)
tree98aed4f426d83bc3bf34fc575856f7dab557fee9 /misc/magicpoint
parentaf8d76c69073f46ef0537369b3fc79634ab70a86 (diff)
downloadfreebsd-ports-gnome-28f2c28efaa84d38a8eac5dc442444d4c53e3dcf.tar.gz
freebsd-ports-gnome-28f2c28efaa84d38a8eac5dc442444d4c53e3dcf.tar.zst
freebsd-ports-gnome-28f2c28efaa84d38a8eac5dc442444d4c53e3dcf.zip
- changed = to ?= or += in some of the variables
instead of assigning variables after the .include statement. Suggested by: asami Reviewed by: itojun
Diffstat (limited to 'misc/magicpoint')
-rw-r--r--misc/magicpoint/Makefile9
1 files changed, 4 insertions, 5 deletions
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})