diff options
author | steve <steve@FreeBSD.org> | 2000-07-08 03:07:04 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-08 03:07:04 +0800 |
commit | 03b2e586781b8f0082cb8acce5e4c5f4dec81cf9 (patch) | |
tree | bbf3e7f471d8c83905d0022feb55516104e5bedd /x11-fm/xnc/Makefile | |
parent | f25b853cd22286179af0ddd039defcca3dc2dcdd (diff) | |
download | freebsd-ports-gnome-03b2e586781b8f0082cb8acce5e4c5f4dec81cf9.tar.gz freebsd-ports-gnome-03b2e586781b8f0082cb8acce5e4c5f4dec81cf9.tar.zst freebsd-ports-gnome-03b2e586781b8f0082cb8acce5e4c5f4dec81cf9.zip |
Use the jpeg and png libraries from the port's collection.
PR: 19527
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'x11-fm/xnc/Makefile')
-rw-r--r-- | x11-fm/xnc/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-fm/xnc/Makefile b/x11-fm/xnc/Makefile index 070f2a600480..914c4d4ce9d5 100644 --- a/x11-fm/xnc/Makefile +++ b/x11-fm/xnc/Makefile @@ -23,10 +23,14 @@ MAINTAINER= dima@Chg.RU # unarj:${PORTSDIR}/archivers/unarj \ # lha:${PORTSDIR}/archivers/lha \ # bzip2:${PORTSDIR}/archivers/bzip2 +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.3:${PORTSDIR}/graphics/png -USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${PKGNAME} +USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" MAN1= es.1 ives.1 vs.1 xjpegroot.1 xnc.1 xnlaunch.1 @@ -35,6 +39,6 @@ post-install: ${MKDIR} ${PREFIX}/share/doc/xnc ${INSTALL_DATA} ${WRKSRC}/Docs/* ${PREFIX}/share/doc/xnc .endif - @${CAT} ${PKGDIR}/MESSAGE + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |