aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/aclock/Makefile
blob: b6a98b1701c18582398093515ce80954f7c8cfea (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
# New ports collection makefile for:    aclock
# Date created:         6 Oct 2006
# Whom:                 gurkan@linuks.mine.nu
#
# $FreeBSD$
#

PORTNAME=   aclock
PORTVERSION=    0.2.3
CATEGORIES= x11-clocks
MASTER_SITES=   http://www.linuks.mine.nu/aclock/ \
        http://florida.ethz.ch/ports/distfiles/
DISTNAME=   aclock-${PORTVERSION}

MAINTAINER= gurkan@linuks.mine.nu
COMMENT=    Analog Clock for GNUstep

WRKSRC=     ${WRKDIR}/${DISTNAME}/
USE_GMAKE=  yes
USE_GNUSTEP=    yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK=   yes
USE_GNUSTEP_BUILD=  yes
USE_GNUSTEP_INSTALL=    yes
MAKEFILE=   GNUmakefile

.include <bsd.port.mk>