2004-11-27 07:02:49 +01:00
|
|
|
# New ports collection makefile for: buici-clock
|
|
|
|
# Date created: 22nd Nov 2004
|
|
|
|
# Whom: Hendrik Scholz <hscholz@raisdorf.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= buici-clock
|
2006-07-19 23:06:02 +02:00
|
|
|
PORTVERSION= 0.4.5
|
2008-03-24 18:10:12 +01:00
|
|
|
PORTREVISION= 3
|
2004-11-27 07:02:49 +01:00
|
|
|
CATEGORIES= x11-clocks
|
|
|
|
MASTER_SITES= ftp://ftp.buici.com/pub/buici-clock/
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
2006-12-13 13:43:14 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-11-27 07:02:49 +01:00
|
|
|
COMMENT= Xlib implementation of an attractive, configurable clock
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2007-10-17 12:13:01 +02:00
|
|
|
USE_BISON= build
|
2004-11-27 07:02:49 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2008-03-25 22:35:07 +01:00
|
|
|
USE_XORG= x11 xau xdmcp xext ice sm
|
2004-11-27 07:02:49 +01:00
|
|
|
|
|
|
|
MAN1= buici-clock.1
|
2006-07-19 23:06:02 +02:00
|
|
|
PLIST_FILES= bin/buici-clock
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,_=,+=,' ${WRKSRC}/xo/Makefile.in
|
2006-12-09 14:19:13 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|\./configure|./configure ${CONFIGURE_ARGS}|' ${WRKSRC}/configure
|
2006-12-11 14:46:11 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|\./configure|./configure ${CONFIGURE_ARGS}|' ${WRKSRC}/Makefile.in
|
2004-11-27 07:02:49 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|