(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)
29 lines
773 B
Makefile
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"
|