aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mixmos/Makefile
blob: 10cba643c43ed06cb8e866323d6c933c419e4989 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    mixmos
# Date created:     24 Jul 2004
# Whom:         Herbert J. Skuhra <h.skuhra@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   mixmos
PORTVERSION=    0.2.0
PORTREVISION=   9
CATEGORIES= audio
MASTER_SITES=   ${MASTER_SITE_TUCOWS}

MAINTAINER= h.skuhra@gmail.com
COMMENT=    A GTK2 audio mixer

USE_GNOME=  gtk20
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

MAN1=       mixmos.1

.include <bsd.port.mk>