View | Details | Raw Unified | Return to bug 200624 | Differences between
and this patch

Collapse All | Expand All

(-)b/russian/emkatic/Makefile (-2 / +10 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	emkatic
4
PORTNAME=	emkatic
5
PORTVERSION=	0.20
5
PORTVERSION=	0.20
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	russian emulators
7
CATEGORIES=	russian emulators
8
MASTER_SITES=	SF/${PORTNAME}/eMKatic%20Source
8
MASTER_SITES=	SF/${PORTNAME}/eMKatic%20Source
9
DISTNAME=	${PORTNAME}-${PORTVERSION}-src
9
DISTNAME=	${PORTNAME}-${PORTVERSION}-src
Lines 29-39 Link Here
29
PLIST_FILES=	bin/${PORTNAME}
29
PLIST_FILES=	bin/${PORTNAME}
30
PORTDOCS=	CHANGELOG.txt
30
PORTDOCS=	CHANGELOG.txt
31
31
32
OPTIONS_DEFINE=		DOCS PORTAUDIO
32
OPTIONS_DEFINE=		BEEP DOCS PORTAUDIO
33
OPTIONS_SINGLE=		GUI
33
OPTIONS_SINGLE=		GUI
34
OPTIONS_SINGLE_GUI=	GTK2 QT4
34
OPTIONS_SINGLE_GUI=	GTK2 QT4
35
OPTIONS_DEFAULT=	GTK2 PORTAUDIO
35
OPTIONS_DEFAULT=	GTK2 PORTAUDIO
36
36
37
BEEP_DESC=	PC speaker sound output support through audio/beep
37
GTK2_DESC=	Build with GTK+ 2 interface
38
GTK2_DESC=	Build with GTK+ 2 interface
38
QT4_DESC=	Build with Qt 4 interface
39
QT4_DESC=	Build with Qt 4 interface
39
40
Lines 41-46 Link Here
41
42
42
.include <bsd.port.pre.mk>
43
.include <bsd.port.pre.mk>
43
44
45
.if ${PORT_OPTIONS:MBEEP}
46
RUN_DEPENDS+=	beep:${PORTSDIR}/audio/beep
47
PKGMESSAGE=	${PKGDIR}/pkg-message.beep
48
.else
49
PKGMESSAGE=	/nonexistent
50
.endif
51
44
.if ${PORT_OPTIONS:MGTK2}
52
.if ${PORT_OPTIONS:MGTK2}
45
USE_FPC+=	gtk2
53
USE_FPC+=	gtk2
46
USE_GNOME=	gtk20
54
USE_GNOME=	gtk20
(-)b/russian/emkatic/pkg-message.beep (+10 lines)
Added Link Here
1
Sound an eternal program
2
========================
3
4
External program audio/beep (need load and confugured speaker, see Speaker sound)
5
6
At the setting of the emulator should specify:
7
8
beep -p <Hz> <cs>
9
10
beep -p 1 0

Return to bug 200624