aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/asclock-gtk/Makefile
blob: b07c0d3d93dd4742b788c8df773d11faf4d17064 (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
# Version required: 2.1.10beta
# Date created:     16 March 1998
# Whom:         Jun Kuriyama <kuriyama@FreeBSD.ORG>
#
# $Id: Makefile,v 1.1.1.1 1999/05/08 14:09:31 kuriyama Exp $
#

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

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>