mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
22 lines
385 B
Makefile
22 lines
385 B
Makefile
# Created by: Herbert J. Skuhra <h.skuhra@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mixmos
|
|
PORTVERSION= 0.2.0
|
|
PORTREVISION= 10
|
|
CATEGORIES= audio
|
|
MASTER_SITES= TUCOWS
|
|
|
|
MAINTAINER= h.skuhra@gmail.com
|
|
COMMENT= GTK2 audio mixer
|
|
|
|
BROKEN= unfetchable
|
|
|
|
USES= gnome pkgconfig
|
|
USE_GNOME= gtk20
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|