2001-04-07 05:14:11 +00:00
|
|
|
# New ports collection makefile for: wmfishtime
|
|
|
|
# Date created: 31 March 2001
|
|
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wmfishtime
|
2004-06-03 10:21:12 +00:00
|
|
|
PORTVERSION= 1.24
|
2001-04-07 05:14:11 +00:00
|
|
|
CATEGORIES= x11-clocks windowmaker
|
2001-04-17 18:26:25 +00:00
|
|
|
MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ \
|
2002-03-15 00:31:54 +00:00
|
|
|
http://atreides.freenix.no/~anders/
|
2001-04-07 05:14:11 +00:00
|
|
|
|
2002-04-22 01:38:22 +00:00
|
|
|
MAINTAINER= anders@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A time/date applet for WindowMaker with fishes swimming around
|
2001-04-07 05:14:11 +00:00
|
|
|
|
2003-07-14 02:37:35 +00:00
|
|
|
USE_GETOPT_LONG=yes
|
2002-09-01 15:33:54 +00:00
|
|
|
USE_GNOME= gtk12
|
2001-04-07 05:14:11 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
2001-05-27 07:31:02 +00:00
|
|
|
GTK_LIBS?= `${GTK_CONFIG} --libs`
|
|
|
|
GTK_CFLAGS?= `${GTK_CONFIG} --cflags`
|
2003-07-14 02:37:35 +00:00
|
|
|
MAKE_ARGS+= CFLAGS="${CPPFLAGS} ${CFLAGS} -Wall ${GTK_CFLAGS}" \
|
|
|
|
LDFLAGS="${LDFLAGS}" \
|
2001-05-27 07:31:02 +00:00
|
|
|
GTK_LIBS="${GTK_LIBS}"
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/wmfishtime
|
2001-04-07 05:14:11 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmfishtime ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|