pkgsrc/net/mldonkey-gui/Makefile
wiz cec79fc3a7 PKGREVISION bump for png-1.4.x shlib change.
(missed those and *emacs* the first time round because they pull
in their png dependencies via default-on options; they were included
in the test bulk build though)
2010-06-14 15:33:12 +00:00

29 lines
773 B
Makefile

# $NetBSD: Makefile,v 1.33 2010/06/14 15:33:13 wiz Exp $
#
.include "../../net/mldonkey/Makefile.common"
PKGNAME= ${DISTNAME:S/mldonkey/mldonkey-gui/}
PKGREVISION= 3
COMMENT+= (GTK interface)
DEPENDS+= mldonkey-[0-9]*:../../net/mldonkey
USE_TOOLS+= pkg-config
INSTALLATION_DIRS= bin
.include "options.mk"
do-install:
${RM} -f ${DESTDIR}${PREFIX}/bin/mlgui
cd ${DESTDIR}${PREFIX}/bin && ${LN} -s ../libexec/mldonkey/mlgui mlgui
${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/libexec/mldonkey
${INSTALL_PROGRAM} ${WRKSRC}/mlgui ${DESTDIR}${PREFIX}/libexec/mldonkey
${INSTALL_PROGRAM} ${WRKSRC}/mlguistarter \
${DESTDIR}${PREFIX}/libexec/mldonkey
${INSTALL_PROGRAM} ${WRKSRC}/mlnet+gui \
${DESTDIR}${PREFIX}/libexec/mldonkey
.include "../../mk/bsd.pkg.mk"