aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/asclock-xlib/Makefile
blob: 6f6ec275f1d8e4b763af2295a745262096c6ab84 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# New ports collection makefile for:	asclock-xlib
# Date created:		24 April 1999
# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	asclock-xlib
PORTVERSION=	2.0.11
PORTREVISION=	1
CATEGORIES=	x11-clocks afterstep windowmaker
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	kuriyama

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	New flavor of asclock

WRKSRC=		${WRKDIR}/asclock-xlib
USE_XPM=	YES

.if defined(BATCH)
USE_IMAKE=	YES
.else
USE_X_PREFIX=	YES
HAS_CONFIGURE=	YES
.endif

.include <bsd.port.pre.mk>

post-patch:
	@(cd ${WRKSRC}; \
	  ${MV} config.c config.c.tmp; \
	  ${SED} -e s@/usr/local/@${PREFIX}/@ -e s@/usr/share/asclock@${PREFIX}/share/asclock@ < config.c.tmp > config.c )

.if defined(BATCH)
pre-configure:
	@(cd ${WRKSRC}; \
	  ${RM} -rf default_theme; \
	  ${LN} -s themes/Orb default_theme)
.endif

post-install:
.for i in Freeamp Newstone Orb Stone beats classic penguin shaped
	(cd ${WRKSRC}/themes/${i}; \
	  ${MKDIR} ${PREFIX}/share/asclock/${i}; \
	  ${INSTALL_DATA} *.xpm config ${PREFIX}/share/asclock/${i}/ )
.endfor
	cd ${WRKSRC} && ${MAKE} install.man

.include <bsd.port.post.mk>