mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
28 lines
555 B
Makefile
28 lines
555 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
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-clocks windowmaker
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR=kris
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
COMMENT= Another Window Maker calendar/clock dockapp
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/Src
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
ALL_TARGET= clean all
|
|
|
|
MAN1= wmCalClock.1
|
|
PLIST_FILES= bin/wmCalClock
|
|
|
|
.include <bsd.port.mk>
|