freebsd-ports/audio/mixmos/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

24 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= 8
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>