d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
31 lines
734 B
Makefile
31 lines
734 B
Makefile
# New ports collection makefile for: bmp-alarm
|
|
# Date created: 2005-05-22
|
|
# Whom: nork@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bmp-alarm
|
|
PORTVERSION= 0.6.0
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gnometarget gtk20
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= lib/bmp/General/libalarm.so
|
|
|
|
# This is to avoid libtool running ldconfig -m ${X11BASE}/lib/bmp/General
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/src/.libs/libalarm.so ${PREFIX}/lib/bmp/General
|
|
|
|
.include <bsd.port.mk>
|