Add png.3 into LIB_DEPENDS. Also slightly reorder Makefile while I here
(separate definitions from targets). PR: 18865 Submitted by: MAINTAINER
This commit is contained in:
parent
a14503e1c2
commit
dcaa9477b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29435
1 changed files with 8 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue