diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-23 22:20:55 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-23 22:20:55 +0000 |
commit | cc17f332122820ac605cf0c28317ebfb281a94be (patch) | |
tree | 2e8d11c824c1a7e9dee3536cc02a96f9e7ae0c96 /audio/qsynth | |
parent | 4136dc9aecc92f75becbe4da2c8821a2ca460e80 (diff) | |
download | ports-cc17f332122820ac605cf0c28317ebfb281a94be.tar.gz ports-cc17f332122820ac605cf0c28317ebfb281a94be.zip |
Notes
Diffstat (limited to 'audio/qsynth')
-rw-r--r-- | audio/qsynth/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/qsynth/Makefile b/audio/qsynth/Makefile index c312514f7ab6..fc3ae32b00f5 100644 --- a/audio/qsynth/Makefile +++ b/audio/qsynth/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qsynth -# Date created: 2007-11-17 -# Whom: lazyklimm <lazyklimm@gmail.com> -# +# Created by: lazyklimm <lazyklimm@gmail.com> # $FreeBSD$ -# PORTNAME= qsynth PORTVERSION= 0.3.4 @@ -11,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} -MAINTAINER= lazyklimm@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Qt fluidsynth front-end application LIB_DEPENDS= fluidsynth:${PORTSDIR}/audio/fluidsynth |