1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/audio/gxmms2/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

38 lines
848 B
Makefile

# New ports collection makefile for: gxmms2
# Date created: 03 Mar 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#
PORTNAME= gxmms2
PORTVERSION= 0.7.0.20090608
PORTREVISION= 2
DISTVERSIONSUFFIX=.795a77a
CATEGORIES= audio
#MASTER_SITES= http://wejp.k.vu/projects/xmms2/
MASTER_SITES= ftp://ftp.lissyara.su/users/Guest/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= A GTK2 based XMMS2 client, written in C
LIB_DEPENDS= xmmsclient.5:${PORTSDIR}/audio/xmms2
USE_GNOME= gtk20
USE_GMAKE= yes
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/gxmms2 \
%%DATADIR%%/gxmms2_mini.xpm
PLIST_DIRS= %%DATADIR%%
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/gxmms2src/gxmms2_mini.xpm ${DATADIR}
.include <bsd.port.post.mk>