Upgrade to 2.3.

This commit is contained in:
Vanilla I. Shu 1998-12-08 18:49:04 +00:00
parent 690975d0f3
commit bee44e01df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15200
4 changed files with 17 additions and 25 deletions

View file

@ -1,12 +1,12 @@
# New ports collection makefile for: asapm # New ports collection makefile for: asapm
# Version required: 2.2 # Version required: 2.3
# Date created: 6 Aug 1998 # Date created: 6 Aug 1998
# Whom: Brian Handy <handy@physics.montana.edu> # Whom: Brian Handy <handy@physics.montana.edu>
# #
# $Id: Makefile,v 1.4 1998/11/21 07:27:40 steve Exp $ # $Id: Makefile,v 1.5 1998/11/29 12:43:12 asami Exp $
# #
DISTNAME= asapm-2.2 DISTNAME= asapm-2.3
CATEGORIES= sysutils CATEGORIES= sysutils
MASTER_SITES= http://bewoner.dma.be/Albert/linux/software/ MASTER_SITES= http://bewoner.dma.be/Albert/linux/software/
@ -15,8 +15,10 @@ MAINTAINER= handy@physics.montana.edu
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes USE_X_PREFIX= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install install.man
MAN1= asapm.1x MAN1= asapm.1
FETCH_BEFORE_ARGS= -b FETCH_BEFORE_ARGS= -b

View file

@ -1 +1 @@
MD5 (asapm-2.2.tar.gz) = 9a19d2fa6d5fa2864d0c9f713fa12720 MD5 (asapm-2.3.tar.gz) = d67da77bafad15cd1f16b344998f34dd

View file

@ -1,21 +1,11 @@
--- Makefile.orig Fri Oct 16 10:05:01 1998 --- autoconf/Makefile.common.in.orig Wed Dec 9 01:58:10 1998
+++ Makefile Fri Oct 16 10:05:57 1998 +++ autoconf/Makefile.common.in Wed Dec 9 01:58:19 1998
@@ -1,14 +1,14 @@ @@ -11,7 +11,7 @@
#----------------------------------------------------- $(INSTALL_PROGRAM) $(PROG) $(AFTER_BIN_DIR)
# The locations where this program should be installed
-INSTALL_DIR=/usr/local/bin
-MAN_DIR=/usr/local/man/man1
+INSTALL_DIR=${PREFIX}/bin
+MAN_DIR=${PREFIX}/man/man1
# The location and names of the X11 libraries install.man:
-LDIR = -L/usr/X11R6/lib - $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1x
+LDIR = -L${PREFIX}/lib + $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1
LIBS = -lXpm -lX11
# The include path to the X11 files uninstall:
-C_INCLUDE = -I. -I/usr/X11R6/include $(RMF) $(AFTER_BIN_DIR)/$(PROG)
+C_INCLUDE = -I. -I${PREFIX}/include
#-----------------------------------------------------
CC = gcc

View file

@ -5,4 +5,4 @@ status, a charging status and a digital readout with (a) Percent
battery remaining and (b) estimated time to dead. battery remaining and (b) estimated time to dead.
NOTE: You need APM driver in your kernel. And enable it to edit NOTE: You need APM driver in your kernel. And enable it to edit
file /etc/sysconfig at `apm_enable=NO' to `YES'. file /etc/rc.conf at `apm_enable=NO' to `YES'.