diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-06-28 12:56:16 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-06-28 12:56:16 +0000 |
commit | 02d5f8ac59d15ec8ca37f4b32a8e40345a859a3f (patch) | |
tree | cb39c047d10993fdc623af8b3cc6566476534352 /editors/mousepad | |
parent | f0ba8e245bf7c3b5041d6623726d2ef560b7244c (diff) | |
download | ports-02d5f8ac59d15ec8ca37f4b32a8e40345a859a3f.tar.gz ports-02d5f8ac59d15ec8ca37f4b32a8e40345a859a3f.zip |
Notes
Diffstat (limited to 'editors/mousepad')
-rw-r--r-- | editors/mousepad/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile index 8c6137ee5480..6bbe48ad8ef7 100644 --- a/editors/mousepad/Makefile +++ b/editors/mousepad/Makefile @@ -11,9 +11,11 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Simple text editor for the Xfce Desktop +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes -USE_BZIP2= yes -USES= desktop-file-utils gettext gmake pathfix pkgconfig perl5 +USES= desktop-file-utils gettext gmake pathfix pkgconfig perl5 tar:bzip2 USE_GNOME= glib20 gtk20 intltool intlhack gtksourceview2 USE_XFCE= configenv |