aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/wmfishtime/Makefile
blob: db52e7af2f6aa9018daf8783918d4e91203aae66 (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
# New ports collection makefile for:    wmfishtime
# Date created:             31 March 2001
# Whom:                 Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#

PORTNAME=   wmfishtime
PORTVERSION=    1.23
CATEGORIES= x11-clocks windowmaker
MASTER_SITES=   http://www.ne.jp/asahi/linux/timecop/software/ \
        http://www.freenix.no/~anders/

MAINTAINER= anders@fix.no

LIB_DEPENDS=    gnugetopt.1:${PORTSDIR}/devel/libgnugetopt

USE_GTK=    yes
USE_X_PREFIX=   yes

GTK_LIBS?=  `${GTK_CONFIG} --libs`
GTK_CFLAGS?=    `${GTK_CONFIG} --cflags`
MAKE_ARGS+= CFLAGS="${CFLAGS} -Wall -I${LOCALBASE}/include ${GTK_CFLAGS}" \
        GTK_LIBS="${GTK_LIBS}"

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/wmfishtime ${PREFIX}/bin

.include <bsd.port.mk>