View | Details | Raw Unified | Return to bug 183641
Collapse All | Expand All

(-)audio/deforaos-mixer/Makefile (-4 / +4 lines)
Lines 3-12 Link Here
3
3
4
PORTNAME=	mixer
4
PORTNAME=	mixer
5
PORTVERSION=	0.1.1
5
PORTVERSION=	0.1.1
6
PORTREVISION=	1
6
CATEGORIES=	audio
7
CATEGORIES=	audio
7
MASTER_SITES=	http://www.defora.org/os/download/download/3705/
8
MASTER_SITES=	http://www.defora.org/os/download/download/3705/
9
PKGNAMEPREFIX=	deforaos-
8
DISTNAME=	Mixer-${PORTVERSION}
10
DISTNAME=	Mixer-${PORTVERSION}
9
PKGNAMEPREFIX=	deforaos-
10
11
11
MAINTAINER=	olivier@cochard.me
12
MAINTAINER=	olivier@cochard.me
12
COMMENT=	DeforaOS desktop audio mixer
13
COMMENT=	DeforaOS desktop audio mixer
Lines 13-24 Link Here
13
14
14
LICENSE=	GPLv3
15
LICENSE=	GPLv3
15
16
16
LIB_DEPENDS=	Desktop:${PORTSDIR}/x11/deforaos-libdesktop
17
LIB_DEPENDS=	libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop
17
18
18
MAKE_ARGS=	PREFIX=${PREFIX}
19
MAKE_ARGS=	PREFIX=${PREFIX}
19
USES=		pkgconfig gettext
20
USES=		pkgconfig gettext
20
NO_STAGE=	yes
21
USE_GNOME=	gtk20
21
USE_GNOME=	gtk20 desktopfileutils
22
PLIST_FILES=	bin/mixer \
22
PLIST_FILES=	bin/mixer \
23
		share/applications/mixer.desktop \
23
		share/applications/mixer.desktop \
24
		share/locale/fr/LC_MESSAGES/Mixer.mo
24
		share/locale/fr/LC_MESSAGES/Mixer.mo

Return to bug 183641