1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/audio/mixmos/Makefile
2012-06-01 05:26:28 +00:00

25 lines
446 B
Makefile

# 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>