1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/sysutils/torsmo/Makefile
Greg Lewis 3d2373ec2c . Add ACPI support. [1]
. Make this compile on FreeBSD 4.x.  I've hacked the version being
  committed to actually compile on 4.x.  The submitted patch only partially
  fixed 4.x build problems. [2]

PR:		70039 [1], 70041 [2]
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
2004-08-06 18:00:53 +00:00

41 lines
883 B
Makefile

# New ports collection makefile for: torsmo
# Date created: 2004-07-29
# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
#
# $FreeBSD$
#
PORTNAME= torsmo
PORTVERSION= 0.17
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= bogorodskiy@inbox.ru
COMMENT= System monitor that renders text on desktop
USE_AUTOCONF_VER=259
USE_AUTOMAKE_VER=14
USE_X_PREFIX= yes
MAN1= torsmo.1
PLIST_FILES= bin/torsmo \
%%EXAMPLESDIR%%/torsmorc.sample
PLIST_DIRS= %%EXAMPLESDIR%%
PORTDOCS= AUTHORS ChangeLog NEWS README
.include <bsd.port.pre.mk>
post-extract:
@${CP} ${FILESDIR}/freebsd.c ${WRKSRC}
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/torsmorc.sample ${EXAMPLESDIR}
.include <bsd.port.post.mk>