mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Upgrade to 2.3.
This commit is contained in:
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
|
@ -1,12 +1,12 @@
|
|||
# New ports collection makefile for: asapm
|
||||
# Version required: 2.2
|
||||
# Version required: 2.3
|
||||
# Date created: 6 Aug 1998
|
||||
# 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
|
||||
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
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install install.man
|
||||
|
||||
MAN1= asapm.1x
|
||||
MAN1= asapm.1
|
||||
|
||||
FETCH_BEFORE_ARGS= -b
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (asapm-2.2.tar.gz) = 9a19d2fa6d5fa2864d0c9f713fa12720
|
||||
MD5 (asapm-2.3.tar.gz) = d67da77bafad15cd1f16b344998f34dd
|
||||
|
|
|
@ -1,21 +1,11 @@
|
|||
--- Makefile.orig Fri Oct 16 10:05:01 1998
|
||||
+++ Makefile Fri Oct 16 10:05:57 1998
|
||||
@@ -1,14 +1,14 @@
|
||||
#-----------------------------------------------------
|
||||
# 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
|
||||
--- autoconf/Makefile.common.in.orig Wed Dec 9 01:58:10 1998
|
||||
+++ autoconf/Makefile.common.in Wed Dec 9 01:58:19 1998
|
||||
@@ -11,7 +11,7 @@
|
||||
$(INSTALL_PROGRAM) $(PROG) $(AFTER_BIN_DIR)
|
||||
|
||||
# The location and names of the X11 libraries
|
||||
-LDIR = -L/usr/X11R6/lib
|
||||
+LDIR = -L${PREFIX}/lib
|
||||
LIBS = -lXpm -lX11
|
||||
install.man:
|
||||
- $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1x
|
||||
+ $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1
|
||||
|
||||
# The include path to the X11 files
|
||||
-C_INCLUDE = -I. -I/usr/X11R6/include
|
||||
+C_INCLUDE = -I. -I${PREFIX}/include
|
||||
|
||||
#-----------------------------------------------------
|
||||
CC = gcc
|
||||
uninstall:
|
||||
$(RMF) $(AFTER_BIN_DIR)/$(PROG)
|
||||
|
|
|
@ -5,4 +5,4 @@ status, a charging status and a digital readout with (a) Percent
|
|||
battery remaining and (b) estimated time to dead.
|
||||
|
||||
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'.
|
||||
|
|
Loading…
Add table
Reference in a new issue