diff options
author | rm <rm@FreeBSD.org> | 2012-07-16 14:24:19 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-07-16 14:24:19 +0800 |
commit | f55644fc614c8d686f1778b2cd0ecbac96885350 (patch) | |
tree | 0523f7d862cc1d37d4b6f6c392857b7481e0de62 /audio/tap-plugins/Makefile | |
parent | 557dc1abb87261bc647ecfb7dd12a4b8e48b7799 (diff) | |
download | freebsd-ports-gnome-f55644fc614c8d686f1778b2cd0ecbac96885350.tar.gz freebsd-ports-gnome-f55644fc614c8d686f1778b2cd0ecbac96885350.tar.zst freebsd-ports-gnome-f55644fc614c8d686f1778b2cd0ecbac96885350.zip |
- update to 0.7.2
- pass maintainership to submitter (discussed in private email)
- add license (GPLv2)
- whitespace cleanup and Author removing from pkg-descr
PR: 169757
Reported by: Taku YAMAMOTO <taku at tackymt.homeip dot net>
Diffstat (limited to 'audio/tap-plugins/Makefile')
-rw-r--r-- | audio/tap-plugins/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/tap-plugins/Makefile b/audio/tap-plugins/Makefile index e319b0da2092..dc046f754763 100644 --- a/audio/tap-plugins/Makefile +++ b/audio/tap-plugins/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ PORTNAME= tap-plugins -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= audio MASTER_SITES= SF/tap-plugins/tap-plugins/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= taku@tackymt.homeip.net COMMENT= LADSPA Plugins by Tom Szilagy +LICENSE= GPLv2 + MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I. -c -fPIC -DPIC" \ LDFLAGS="-nostartfiles -shared -Wl,-Bsymbolic -lm" |