1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/x11-clocks/lmclock/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
598 B
Makefile

# New ports collection makefile for: lmclock
# Date created: 18 June 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= lmclock
PORTVERSION= 1.2
PORTREVISION= 1
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>