d806139ed5
was smoking. Problem noticed by James Wright <jamesw@bsdhosting.co.za>. Bump PKGNAME.
34 lines
765 B
Makefile
34 lines
765 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/10/08 16:41:59 grange Exp $
|
|
|
|
COMMENT= "software drum machine"
|
|
DISTNAME= hydrogen-0.9.3
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= audio
|
|
HOMEPAGE= http://www.hydrogen-music.org/
|
|
MAINTAINER= Alexander Yurchenko <grange@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c m ossaudio pthread stdc++ X11 Xext
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hydrogen/}
|
|
|
|
LIB_DEPENDS= sndfile.>=1::audio/libsndfile \
|
|
FLAC.>=7,FLAC++.>=6::audio/flac
|
|
|
|
USE_X11= Yes
|
|
MODULES= x11/qt3
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= QTDIR="${MODQT_LIBDIR}" \
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|