aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/buici-clock/Makefile
blob: a79f72fc7e8d3dd6beab4ed7f7c22a435b2a2614 (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
31
32
33
# New ports collection makefile for:    buici-clock
# Date created:     22nd Nov 2004
# Whom:             Hendrik Scholz <hscholz@raisdorf.net>
#
# $FreeBSD$
#

PORTNAME=   buici-clock
PORTVERSION=    0.4.5
PORTREVISION=   2
CATEGORIES= x11-clocks
MASTER_SITES=   ftp://ftp.buici.com/pub/buici-clock/
DISTNAME=   ${PORTNAME}_${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Xlib implementation of an attractive, configurable clock

WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}

USE_BISON=  build
USE_X_PREFIX=   yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes

MAN1=   buici-clock.1
PLIST_FILES=    bin/buici-clock

post-patch:
    @${REINPLACE_CMD} -e 's,_=,+=,' ${WRKSRC}/xo/Makefile.in
    @${REINPLACE_CMD} -e 's|\./configure|./configure ${CONFIGURE_ARGS}|' ${WRKSRC}/configure
    @${REINPLACE_CMD} -e 's|\./configure|./configure ${CONFIGURE_ARGS}|' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>