blob: 2742a1e5d92b835fab1bea61ce021ac766e0c9fd (
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
27
28
|
# 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/ \
http://critical.ch/distfiles/ \
http://energy.critical.ch/distfiles/
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>
|