diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-10-30 13:34:40 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-10-30 13:34:40 +0800 |
commit | b95bd5d0b1206f9cdbe7e3c7f7feb97a51867c49 (patch) | |
tree | 3e217b2b1ca7649bfb095783d24229cf949beac6 /x11/xfce4-whiskermenu-plugin/Makefile | |
parent | 00c9e9ac11f5a19028238e3cb30d5f1c5caaa926 (diff) | |
download | freebsd-ports-gnome-b95bd5d0b1206f9cdbe7e3c7f7feb97a51867c49.tar.gz freebsd-ports-gnome-b95bd5d0b1206f9cdbe7e3c7f7feb97a51867c49.tar.zst freebsd-ports-gnome-b95bd5d0b1206f9cdbe7e3c7f7feb97a51867c49.zip |
- Update to 1.2.0
- Add LICENSE blob
- Support STAGEDIR
Diffstat (limited to 'x11/xfce4-whiskermenu-plugin/Makefile')
-rw-r--r-- | x11/xfce4-whiskermenu-plugin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xfce4-whiskermenu-plugin/Makefile b/x11/xfce4-whiskermenu-plugin/Makefile index 0a4e702256da..de0d44574c6b 100644 --- a/x11/xfce4-whiskermenu-plugin/Makefile +++ b/x11/xfce4-whiskermenu-plugin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-whiskermenu-plugin -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= x11 xfce MASTER_SITES= http://gottcode.org/${PORTNAME}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -11,6 +11,8 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Alternate menu for the Xfce Desktop +LICENSE= GPLv2 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes @@ -22,5 +24,4 @@ INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.mk> |