aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/lmclock/Makefile
blob: 1163bd5f5ef3cc1d056cfbb3f71ffe83dc39a54e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    lmclock
# Date created:             18 June 2005
# Whom:                 Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#

PORTNAME=   lmclock
PORTVERSION=    1.2
CATEGORIES= x11-clocks
MASTER_SITES=   http://pantransit.reptiles.org/prog/

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    A Xerox Lisp machine clock clone

USE_IMAKE=  yes

PLIST_FILES=    bin/lmclock

post-extract:
    @${TOUCH} ${WRKSRC}/lmclock.man

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.mk>