2013-08-01 00:40:38 +02:00
|
|
|
# Created by: lx@redundancy.redundancy.org
|
2005-01-28 22:06:48 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= wmalbum
|
|
|
|
PORTVERSION= 0.1.5
|
2014-05-04 20:48:54 +02:00
|
|
|
PORTREVISION= 9
|
2005-01-28 22:06:48 +01:00
|
|
|
CATEGORIES= audio windowmaker
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2005-01-28 22:06:48 +01:00
|
|
|
|
2014-05-23 19:18:56 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-04-10 17:00:58 +02:00
|
|
|
COMMENT= Dockapp to display album covers for XMMS
|
2005-01-28 22:06:48 +01:00
|
|
|
|
2013-12-11 15:35:36 +01:00
|
|
|
LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms \
|
|
|
|
libgdk_pixbuf_xlib.so:${PORTSDIR}/graphics/gdk-pixbuf
|
2005-01-28 22:06:48 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-08-01 00:40:38 +02:00
|
|
|
USE_CSTD= gnu89
|
2005-01-28 22:06:48 +01:00
|
|
|
|
2014-04-10 17:00:58 +02:00
|
|
|
PLIST_FILES= bin/wmalbum \
|
|
|
|
man/man1/wmalbum.1.gz
|
2005-01-28 22:06:48 +01:00
|
|
|
|
|
|
|
do-install:
|
2014-04-09 19:23:12 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmalbum/wmalbum ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/wmalbum.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
2005-01-28 22:06:48 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|