diff options
-rw-r--r-- | misc/magicpoint/Makefile | 15 |
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) |