1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net-im/yoono/Makefile
Nicola Vitale 2e43bee80c - Convert to USES, that handles tar archives
- Add support for stage dir    [1]
- Remove post-install-target

PR:	ports/187887    [1]
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-30 22:55:15 +00:00

48 lines
1.1 KiB
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= yoono
PORTVERSION= 1.8.43
#PORTREVISION= 0
CATEGORIES= net-im
MASTER_SITES= http://cdn.yoono.com/desktop/
DISTNAME= ${PORTNAME}-desktop-${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Client for Twitter and other social networks
LICENSE_NAME= ToU
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LICENSE_TEXT= http://www.yoono.com/terms.html
DESKTOP_ENTRIES= "Yoono" \
"Linux Client for social networks" \
"${DATADIR}/chrome/branding/content/icon64.png" \
"yoono" \
"GTK;Network;" \
""
NO_BUILD= yes
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= binary distribution
SUB_FILES= ${PORTNAME} pkg-message
SUB_LIST= LINUXBASE=${LINUXBASE}
USE_LDCONFIG= yes
USE_LINUX= yes
USE_LINUX_APPS= alsalib dbuslibs gtk2 xorglibs
USES= tar:bzip2
WRKSRC= ${WRKDIR}/${PORTNAME}-desktop
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC} && \
${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/${PORTNAME}-desktop
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>