- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
26 lines
608 B
Makefile
26 lines
608 B
Makefile
# New ports collection makefile for: gimmix
|
|
# Date created: 11 April 2007
|
|
# Whom: Matthieu Guegan <matt.guegan@free.fr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gimmix
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
|
MASTER_SITE_SUBDIR= gimmix
|
|
|
|
MAINTAINER= matt.guegan@free.fr
|
|
COMMENT= Gimmix is a graphical MPD client written in C using GTK+2
|
|
|
|
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
|
|
tag.5:${PORTSDIR}/audio/taglib
|
|
|
|
USE_GNOME= gtk20 libglade2
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|