aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-22 05:39:28 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-07-22 05:39:28 +0000
commitdf546c2e75f8e767ad2ccb7daea06f0484b53a51 (patch)
tree88bed38bd49d35944c8b0cd06d982bef50b1b8a6 /x11
parentad625fccaa345394c5f0410ae91670d1c5ed3ee5 (diff)
downloadports-df546c2e75f8e767ad2ccb7daea06f0484b53a51.tar.gz
ports-df546c2e75f8e767ad2ccb7daea06f0484b53a51.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/temperature.app/Makefile11
-rw-r--r--x11/temperature.app/distinfo2
-rw-r--r--x11/temperature.app/files/patch-Makefile17
-rw-r--r--x11/temperature.app/pkg-plist4
4 files changed, 20 insertions, 14 deletions
diff --git a/x11/temperature.app/Makefile b/x11/temperature.app/Makefile
index fc62422bffc7..bb0b50775d61 100644
--- a/x11/temperature.app/Makefile
+++ b/x11/temperature.app/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= temperature.app
-PORTVERSION= 1.0
+PORTVERSION= 1.3
CATEGORIES= x11 windowmaker
MASTER_SITES= http://www.fukt.bth.se/~per/temperature/
DISTNAME= Temperature.app-${PORTVERSION}
@@ -19,8 +19,11 @@ USE_XPM= yes
USE_X_PREFIX= yes
do-install:
- ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
- ${INSTALL_PROGRAM} ${WRKSRC}/Temperature.app ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}
+ @${INSTALL_PROGRAM} ${WRKSRC}/Temperature.app ${PREFIX}/bin
+.ifndef(NOPORTDOCS)
+ @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
+ ${PREFIX}/share/doc/${PORTNAME}
+ @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}
+.endif
.include <bsd.port.mk>
diff --git a/x11/temperature.app/distinfo b/x11/temperature.app/distinfo
index e371091193a2..6c49e1a2874d 100644
--- a/x11/temperature.app/distinfo
+++ b/x11/temperature.app/distinfo
@@ -1 +1 @@
-MD5 (Temperature.app-1.0.tar.gz) = 9b09c940be3da5eddd6fa95b2b365978
+MD5 (Temperature.app-1.3.tar.gz) = ee47fab0f27c8f5e702f95179ff6e9d8
diff --git a/x11/temperature.app/files/patch-Makefile b/x11/temperature.app/files/patch-Makefile
index d9c78c40c6a3..f1e980335707 100644
--- a/x11/temperature.app/files/patch-Makefile
+++ b/x11/temperature.app/files/patch-Makefile
@@ -1,10 +1,13 @@
-
-$FreeBSD$
-
---- Makefile 2001/05/27 11:50:22 1.1
-+++ Makefile 2001/05/27 11:51:42
-@@ -7,8 +7,8 @@
- X11_BINDIR = /usr/X11R6/bin
+--- Makefile.orig Mon Jun 25 12:03:07 2001
++++ Makefile Sun Jul 1 20:47:36 2001
+@@ -3,12 +3,12 @@
+ #
+
+ DESTDIR =
+-GNUSTEP_BINDIR = /usr/local/GNUstep/Apps/Temperature.app
+-X11_BINDIR = /usr/X11R6/bin
++GNUSTEP_BINDIR = $(X11BASE)/GNUstep/Apps/Temperature.app
++X11_BINDIR = $(X11BASE)/bin
CXX=c++
-CXXFLAGS += -Wall -pedantic -fno-rtti -fno-exceptions -O2 -I/usr/X11R6/include
diff --git a/x11/temperature.app/pkg-plist b/x11/temperature.app/pkg-plist
index 6a2ae648af20..9cc67bdcbb0e 100644
--- a/x11/temperature.app/pkg-plist
+++ b/x11/temperature.app/pkg-plist
@@ -1,3 +1,3 @@
bin/Temperature.app
-share/doc/temperature.app/README
-@dirrm share/doc/temperature.app
+%%PORTDOCS%%share/doc/temperature.app/README
+%%PORTDOCS%%@dirrm share/doc/temperature.app