1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/audio/mixmos/Makefile

20 lines
356 B
Makefile
Raw Normal View History

2013-09-02 21:16:30 +00:00
# Created by: Herbert J. Skuhra <h.skuhra@gmail.com>
# $FreeBSD$
PORTNAME= mixmos
PORTVERSION= 0.2.0
2012-06-01 05:26:28 +00:00
PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= TUCOWS
MAINTAINER= h.skuhra@gmail.com
COMMENT= GTK2 audio mixer
2013-09-02 21:16:30 +00:00
USES= pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>