mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
87771dbb18
PR: ports/66408 Submitted by: maintainer
24 lines
472 B
Makefile
24 lines
472 B
Makefile
# New ports collection makefile for: wmclock
|
|
# Date created: 05 May 2001
|
|
# Whom: Per Otterstr=F6m <pelle@fukt.bth.se>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmclock
|
|
PORTVERSION= 1.0.12.2
|
|
CATEGORIES= x11-clocks windowmaker
|
|
MASTER_SITES= http://www.jmknoble.net/WindowMaker/wmclock/
|
|
|
|
MAINTAINER= pelle@fukt.bth.se
|
|
COMMENT= A dockable clock applet for Window Maker
|
|
|
|
USE_IMAKE= yes
|
|
USE_XPM= yes
|
|
MAN1= wmclock.1
|
|
PLIST_FILES= bin/wmclock
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|