diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-12-18 17:57:19 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-12-18 17:57:19 +0800 |
commit | afe6de01f9d42202e932183c83739fdd86087599 (patch) | |
tree | 51ab0a8afefc5c4266e04dff7d25ff2c6ffdcc8a /x11 | |
parent | c93f6191bd8dd09831d6cb0dd41406269e512af8 (diff) | |
download | freebsd-ports-gnome-afe6de01f9d42202e932183c83739fdd86087599.tar.gz freebsd-ports-gnome-afe6de01f9d42202e932183c83739fdd86087599.tar.zst freebsd-ports-gnome-afe6de01f9d42202e932183c83739fdd86087599.zip |
Add license
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk-launch/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/gtk-launch/Makefile b/x11/gtk-launch/Makefile index 80176ba3f2fc..7410f470f6af 100644 --- a/x11/gtk-launch/Makefile +++ b/x11/gtk-launch/Makefile @@ -11,6 +11,9 @@ MASTER_SITES= http://pierric.descamps.free.fr/pierric/downloads/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Fast GTK+ program launcher +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= gettext-runtime USE_GNOME= gtk12 USE_XORG= x11 xext xi |