blob: 70aed49813dcb11462a2f3b965aec8388e66b8fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: mixmos
# Date created: 24 Jul 2004
# Whom: Herbert J. Skuhra <herbert.skuhra@gmx.at>
#
# $FreeBSD$
#
PORTNAME= mixmos
PORTVERSION= 0.2.0
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://clay.ll.pl/download/
MAINTAINER= herbert.skuhra@gmx.at
COMMENT= A GTK2 audio mixer
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= mixmos.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 501105
IGNORE= require SOUND_MIXER_INFO ioctl
.endif
.include <bsd.port.post.mk>
|