freebsd-ports/x11-clocks/xmms-alarm/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

34 lines
841 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= 3
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_LDCONFIG= yes
USE_GNOME= gnometarget gtk12
GNU_CONFIGURE= yes
USE_XORG= x11 xaw xmu xpm
PLIST_FILES= lib/xmms/General/libalarm.so
post-patch:
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
# This is to avoid libtool running ldconfig -m ${LOCALBASE}/lib/xmms/General
do-install:
${INSTALL_DATA} ${WRKSRC}/src/.libs/libalarm.so ${PREFIX}/lib/xmms/General
.include <bsd.port.mk>