mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
20 lines
357 B
Makefile
20 lines
357 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
|
|
|
|
USES= pkgconfig
|
|
USE_GNOME= gtk20
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|