1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/sysutils/asapm/Makefile
Eitan Adler 0f731ff867 sysutils/asapm: enable compilation on amd64
I tested this and it just works.

Approved by:	gamato@users.sf.net (maintainer)
2013-12-23 22:04:06 +00:00

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>