diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-11-01 08:35:55 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-11-01 08:35:55 +0000 |
commit | e89fb37adf57330da69d80139733826238453f69 (patch) | |
tree | 371e777eedd98508d3fc7981da0486dc087127c8 /audio/gimmix/Makefile | |
parent | 5463b87ad0d7457563d75c1948d10eb18d28d7b1 (diff) |
Notes
Diffstat (limited to 'audio/gimmix/Makefile')
-rw-r--r-- | audio/gimmix/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/gimmix/Makefile b/audio/gimmix/Makefile index 137a4d923f7d..209440991381 100644 --- a/audio/gimmix/Makefile +++ b/audio/gimmix/Makefile @@ -6,24 +6,26 @@ # PORTNAME= gimmix -PORTVERSION= 0.5.6 -PORTREVISION= 8 +PORTVERSION= 0.5.7.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= gimmix -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c-s@c-s.li COMMENT= Gimmix is a graphical MPD client written in C using GTK+2 LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \ tag.1:${PORTSDIR}/audio/taglib \ nxml:${PORTSDIR}/textproc/libnxml +LICENSE= GPLv2 + USE_GNOME= gtk20 intltool libglade2 USE_BZIP2= yes - +USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes MAN1= gimmix.1 |