freebsd-ports/x11-clocks/xmms-alarm/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

30 lines
732 B
Makefile

# New ports collection makefile for: xmms-alarm
# Date created: 15 April 2002
# Whom: Christian Brueffer <chris@unixpages.org>
#
# $FreeBSD$
#
PORTNAME= xmms-alarm
PORTVERSION= 0.3.7
PORTREVISION= 1
CATEGORIES= x11-clocks
MASTER_SITES= http://www.snika.uklinux.net/xmms-alarm/
MAINTAINER= ports@FreeBSD.org
COMMENT= Alarm timer plugin for the X Multimedia System
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnometarget gtk12
GNU_CONFIGURE= yes
PLIST_FILES= lib/xmms/General/libalarm.so
# This is to avoid libtool running ldconfig -m ${X11BASE}/lib/xmms/General
do-install:
${INSTALL_DATA} ${WRKSRC}/src/.libs/libalarm.so ${PREFIX}/lib/xmms/General
.include <bsd.port.mk>