mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
06aa815303
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
23 lines
493 B
Makefile
23 lines
493 B
Makefile
# New ports collection makefile for: xacpim
|
|
# Date created: 25 April 2004
|
|
# Whom: henriknj@0xmilk.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xacpim
|
|
PORTVERSION= 0.1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://shapeshifter.se/pub/xacpim/
|
|
|
|
MAINTAINER= henriknj@0xmilk.org
|
|
COMMENT= Utility to display battery status and temperature on the root-display
|
|
|
|
USE_XORG= x11
|
|
PLIST_FILES= bin/xacpim
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/xacpim ${PREFIX}/bin/xacpim
|
|
|
|
.include <bsd.port.mk>
|