1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

27 lines
641 B
Makefile

# Created by: lx@redundancy.redundancy.org
# $FreeBSD$
PORTNAME= wmalbum
PORTVERSION= 0.1.5
PORTREVISION= 11
CATEGORIES= audio windowmaker
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Dockapp to display album covers for XMMS
LIB_DEPENDS= libxmms.so:multimedia/xmms \
libgdk_pixbuf_xlib.so:graphics/gdk-pixbuf
GNU_CONFIGURE= yes
USE_CSTD= gnu89
PLIST_FILES= bin/wmalbum \
man/man1/wmalbum.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmalbum/wmalbum ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/wmalbum.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>