blob: 4d2d16ed47249b52fa4265422881b642c4a0f34e (
plain) (
blame)
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
26
|
# 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>
|