diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-09 08:17:41 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-09 08:17:41 +0000 |
commit | dcaa9477b162a386100c650eca69cae280509af4 (patch) | |
tree | 990d560f7de76a9a9bc5888336cac1ce49d8517d /misc/magicpoint/Makefile | |
parent | a14503e1c291f285d5cdd475e6d8a22194c88719 (diff) | |
download | ports-dcaa9477b162a386100c650eca69cae280509af4.tar.gz ports-dcaa9477b162a386100c650eca69cae280509af4.zip |
Notes
Diffstat (limited to 'misc/magicpoint/Makefile')
-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) |