1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/x11-clocks/wmtime/Makefile
Josh Paetzel 1cbce2fe15 Patch source code to fix the problem -fno-common tripped over
Along the way take maintainership.  I have a soft spot for WM

Fixing this was faster than replying to the thread caused by r546907
2020-08-30 03:11:46 +00:00

26 lines
568 B
Makefile

# Created by: Rich Neswold <rneswold@mcs.net>
# $FreeBSD$
PORTNAME= wmtime
PORTVERSION= 1.0b2
PORTREVISION= 2
CATEGORIES= x11-clocks windowmaker
MASTER_SITES= http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ \
http://freebsd.unixfreunde.de/sources/ \
http://mirror2.unixfreunde.de/
MAINTAINER= jpaetzel@FreeBSD.org
COMMENT= Time/Date applet for WindowMaker
WRKSRC= ${WRKDIR}/wmtime.app/wmtime
USES= imake xorg
USE_XORG= xpm
USE_CSTD= gnu89
PLIST_FILES= bin/wmtime
post-extract:
${CP} ${WRKSRC}/../Imakefile ${WRKSRC}/Imakefile
.include <bsd.port.mk>