mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
cfbbad11c9
use USE_GETOPT_LONG instead. use getopt_long() instead of getopt_long_only().
32 lines
771 B
Makefile
32 lines
771 B
Makefile
# New ports collection makefile for: wmfishtime
|
|
# Date created: 31 March 2001
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmfishtime
|
|
PORTVERSION= 1.23
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-clocks windowmaker
|
|
MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ \
|
|
http://atreides.freenix.no/~anders/
|
|
|
|
MAINTAINER= anders@FreeBSD.org
|
|
COMMENT= A time/date applet for WindowMaker with fishes swimming around
|
|
|
|
USE_GETOPT_LONG=yes
|
|
USE_GNOME= gtk12
|
|
USE_X_PREFIX= yes
|
|
|
|
GTK_LIBS?= `${GTK_CONFIG} --libs`
|
|
GTK_CFLAGS?= `${GTK_CONFIG} --cflags`
|
|
MAKE_ARGS+= CFLAGS="${CPPFLAGS} ${CFLAGS} -Wall ${GTK_CFLAGS}" \
|
|
LDFLAGS="${LDFLAGS}" \
|
|
GTK_LIBS="${GTK_LIBS}"
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmfishtime ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|