2005-05-21 16:57:43 +00:00
|
|
|
# New ports collection makefile for: bmp-alarm
|
|
|
|
# Date created: 2005-05-22
|
|
|
|
# Whom: nork@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bmp-alarm
|
|
|
|
PORTVERSION= 0.6.0
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 3
|
2005-05-21 16:57:43 +00:00
|
|
|
CATEGORIES= x11-clocks
|
|
|
|
MASTER_SITES= http://www.snika.uklinux.net/xmms-alarm/
|
|
|
|
|
|
|
|
MAINTAINER= nork@FreeBSD.org
|
|
|
|
COMMENT= Alarm timer plugin for beep-media-player
|
|
|
|
|
|
|
|
LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player
|
|
|
|
|
2007-02-01 02:42:05 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-05-21 16:57:43 +00:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GNOME= gnometarget gtk20
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-05-21 16:57:43 +00:00
|
|
|
|
|
|
|
PLIST_FILES= lib/bmp/General/libalarm.so
|
|
|
|
|
- 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
|
|
|
# This is to avoid libtool running ldconfig -m ${LOCALBASE}/lib/bmp/General
|
2005-05-21 16:57:43 +00:00
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/src/.libs/libalarm.so ${PREFIX}/lib/bmp/General
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|