blob: 4e03fa1013ce7dc5f72188557b2745280e4701e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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
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>
|