37116750bf
- improvements to the user interface - better phone log support - support for changing the SIM PIN code (via the new "password" plug-in) - optional "pulseaudio" plug-in (instead of builtin to the "profiles" plug-in) - fixes to the "video" plug-in - new manual pages - more portable Makefiles
42 lines
1.2 KiB
Makefile
42 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.8 2013/06/15 12:56:27 khorben Exp $
|
|
#
|
|
|
|
DISTNAME= Phone-0.3.12
|
|
PKGNAME= deforaos-phone-0.3.12
|
|
CATEGORIES= comms net
|
|
MASTER_SITES= http://www.defora.org/os/download/download/4296/
|
|
|
|
MAINTAINER= khorben@defora.org
|
|
HOMEPAGE= http://www.defora.org/
|
|
COMMENT= DeforaOS desktop telephony
|
|
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_TOOLS+= xgettext
|
|
|
|
BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
|
|
BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
|
|
|
|
MAKE_FLAGS+= DESTDIR=${DESTDIR}
|
|
MAKE_FLAGS+= PREFIX=${PREFIX}
|
|
AUTO_MKDIRS= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${PKGMANDIR} != "share/man"
|
|
post-install:
|
|
${MV} ${DESTDIR}${PREFIX}/share/man/man1/phone.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/phone.1
|
|
${MV} ${DESTDIR}${PREFIX}/share/man/man1/phonectl.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/phonectl.1
|
|
${RMDIR} ${DESTDIR}${PREFIX}/share/man/man1
|
|
${RMDIR} ${DESTDIR}${PREFIX}/share/man
|
|
.endif
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../audio/pulseaudio/buildlink3.mk"
|
|
.include "../../chat/libpurple/buildlink3.mk"
|
|
.include "../../devel/sofia-sip/buildlink3.mk"
|
|
.include "../../x11/deforaos-locker/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|