mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
29 lines
711 B
Makefile
29 lines
711 B
Makefile
# New ports collection makefile for: qsynth
|
|
# Date created: 2007-11-17
|
|
# Whom: lazyklimm <lazyklimm@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qsynth
|
|
DISTVERSION= 0.3.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= qsynth
|
|
|
|
MAINTAINER= lazyklimm@gmail.com
|
|
COMMENT= Qt fluidsynth front-end application
|
|
|
|
LIB_DEPENDS= fluidsynth:${PORTSDIR}/audio/fluidsynth
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= qmake moc uic rcc gui xml
|
|
CFLAGS+= ${PTHREAD_CFLAGS} ${PTHREAD_LIBS}
|
|
CONFIGURE_ARGS+=ac_cv_path_ac_moc=${LOCALBASE}/bin/moc-qt4 ac_cv_path_ac_uic=${LOCALBASE}/bin/uic-qt4 \
|
|
ac_cv_path_ac_qmake=${LOCALBASE}/bin/qmake-qt4
|
|
|
|
.include <bsd.port.mk>
|