summaryrefslogtreecommitdiff
path: root/misc/magicpoint
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-09 08:17:41 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-09 08:17:41 +0000
commitdcaa9477b162a386100c650eca69cae280509af4 (patch)
tree990d560f7de76a9a9bc5888336cac1ce49d8517d /misc/magicpoint
parentFix build: (diff)
Add png.3 into LIB_DEPENDS. Also slightly reorder Makefile while I here
(separate definitions from targets). PR: 18865 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=29435
Diffstat (limited to 'misc/magicpoint')
-rw-r--r--misc/magicpoint/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile
index a5cebb5eaa42..7d6f118b59fb 100644
--- a/misc/magicpoint/Makefile
+++ b/misc/magicpoint/Makefile
@@ -13,18 +13,13 @@ MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/
MAINTAINER?= mita@jp.FreeBSD.org
-LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype
+LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype \
+ png.3:${PORTSDIR}/graphics/png
USE_IMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS?=--disable-vflib
-post-configure:
- (cd ${WRKSRC}/contrib/xmindpath; ./configure --prefix=${PREFIX})
-
-post-build:
- (cd ${WRKSRC}/contrib/xmindpath; make)
-
MAN1= mgp.1 mgp2ps.1 mgpembed.1 mgpnet.1 xwintoppm.1 xmindpath.1
DOCS= COPYRIGHT COPYRIGHT.jp README README.fonts README.fonts.jp \
@@ -40,6 +35,12 @@ EMACS_LISPS= mgp-mode.el mgp-el/COPYING mgp-el/README \
mgp-el/mgp.el mgp-el/mgp.sty mgp-el/sample.tex
SAMPLE_SCRIPTS= eqn2eps.sh tex2eps.sh mgp2html.pl mgp2latex.pl
+post-configure:
+ (cd ${WRKSRC}/contrib/xmindpath; ./configure --prefix=${PREFIX})
+
+post-build:
+ (cd ${WRKSRC}/contrib/xmindpath; make)
+
# NOTE: there are some discussions/twists in gzip'ing xmindpath.1.
post-install:
(cd ${WRKSRC}/contrib/xmindpath; make install)