diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-12-17 19:11:37 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-12-17 19:11:37 +0800 |
commit | d972cf078f30ae73c05084f7eff55f5772a9e1f4 (patch) | |
tree | 40064a8080b9f669721401b0ff181d5bb100cb3f /audio | |
parent | c8042e22ca7489dc99cdd570a811233e5524024f (diff) | |
download | freebsd-ports-gnome-d972cf078f30ae73c05084f7eff55f5772a9e1f4.tar.gz freebsd-ports-gnome-d972cf078f30ae73c05084f7eff55f5772a9e1f4.tar.zst freebsd-ports-gnome-d972cf078f30ae73c05084f7eff55f5772a9e1f4.zip |
Add license
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libmodplug/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile index 0e43c3ca1cee..f662dd9b430f 100644 --- a/audio/libmodplug/Makefile +++ b/audio/libmodplug/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF/modplug-xmms/${PORTNAME}/${PORTVERSION} LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= ModPlug mod-like music shared libraries +LICENSE= PD +LICENSE_FILE= ${WRKSRC}/COPYING + USES= cpe gmake pathfix pkgconfig libtool INSTALL_TARGET= install-strip USE_LDCONFIG= yes |