f699dfc648
- Update to version 2.13 PR: ports/56529 Submitted by: KATO Tsuguru <tkato@prontomail.com>
28 lines
540 B
Makefile
28 lines
540 B
Makefile
# New ports collection makefile for: asapm
|
|
# Date created: 6 Aug 1998
|
|
# Whom: Brian Handy <handy@physics.montana.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= asapm
|
|
PORTVERSION= 2.13
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.tigr.net/afterstep/download/asapm/ \
|
|
${MASTER_SITE_AFTERSTEP}
|
|
MASTER_SITE_SUBDIR= apps/asapm
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Laptop battery status display for X11
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install install.man
|
|
|
|
MAN1= asapm.1
|
|
|
|
.include <bsd.port.mk>
|