mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
0f731ff867
I tested this and it just works. Approved by: gamato@users.sf.net (maintainer)
24 lines
452 B
Makefile
24 lines
452 B
Makefile
# Created by: Brian Handy <handy@physics.montana.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= asapm
|
|
PORTVERSION= 3.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.tigr.net/afterstep/download/asapm/
|
|
|
|
MAINTAINER= gamato@users.sf.net
|
|
COMMENT= Laptop battery status display for X11
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
USE_XORG= xpm
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install install.man
|
|
|
|
MAN1= asapm.1
|
|
PLIST_FILES= bin/asapm
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|