aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/asclock-gtk/Makefile
blob: 271adc5bfd6f83fe91dc2d29bfdf9ba8d8695251 (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:    asclock-gtk
# Date created:     16 March 1998
# Whom:         Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   asclock-gtk
PORTVERSION=    2.1.10
CATEGORIES= x11-clocks afterstep windowmaker
MASTER_SITES=   http://www.asclock.org/tar/
DISTNAME=   ${PKGNAME}beta

MAINTAINER= kuriyama@FreeBSD.org

LIB_DEPENDS=    gtk12.2:${PORTSDIR}/x11-toolkits/gtk12

HAS_CONFIGURE=  YES
WRKSRC=     ${WRKDIR}/asclock-gtk
USE_X_PREFIX=   YES
ALL_TARGET= asclock

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

post-install:
    @strip ${PREFIX}/bin/asclock

.include <bsd.port.mk>