aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/bmp-alarm/Makefile
blob: 3e19b36cbf6f944a1cd093498195728b9195e1d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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=   6
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:22
USE_BZIP2=  yes
USE_GNOME=  gnometarget gtk20
GNU_CONFIGURE=  yes

PLIST_FILES=    lib/bmp/General/libalarm.so

# This is to avoid libtool running ldconfig -m ${LOCALBASE}/lib/bmp/General
do-install:
    ${INSTALL_DATA} ${WRKSRC}/src/.libs/libalarm.so ${PREFIX}/lib/bmp/General

.include <bsd.port.mk>