mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +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)
27 lines
558 B
Makefile
27 lines
558 B
Makefile
# New ports collection makefile for: dino
|
|
# Date created: 2007-01-13
|
|
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dino
|
|
PORTVERSION= 0.2.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= dino
|
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
|
COMMENT= A pattern-based MIDI sequencer
|
|
|
|
LIB_DEPENDS= glademm-2.4:${PORTSDIR}/devel/libglademm24 \
|
|
jack.0:${PORTSDIR}/audio/jack \
|
|
lash.2:${PORTSDIR}/audio/lash \
|
|
xml++:${PORTSDIR}/textproc/libxml++26
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|