mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
04c0cc7a15
- Remove USE_GMAKE - WindowMaker -> Window Maker PR: 20551 Submitted by: Ports Fury
24 lines
456 B
Makefile
24 lines
456 B
Makefile
# New ports collection makefile for: wmCalClock
|
|
# Date created: 16 March 1999
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmCalClock
|
|
PORTVERSION= 1.25
|
|
CATEGORIES= x11-clocks windowmaker
|
|
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/Src
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
ALL_TARGET= clean all
|
|
|
|
MAN1= wmCalClock.1
|
|
|
|
.include <bsd.port.mk>
|