freebsd-ports/audio/mixmos/Makefile
Rong-En Fan ebf68e03ff - Make it fetchable again
PR:		ports/108213
Submitted by:	Thomas Abthorpe <thomas at goodking.ca>
Approved by:	Herbert J. Skuhra <h.skuhra at gmail.com> (maintainer)
2007-01-22 18:46:04 +00:00

30 lines
572 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= 3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_TUCOWS}
MAINTAINER= h.skuhra@gmail.com
COMMENT= A GTK2 audio mixer
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= mixmos.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 501105
IGNORE= require SOUND_MIXER_INFO ioctl
.endif
.include <bsd.port.post.mk>