diff options
-rw-r--r-- | deskutils/gtimer/Makefile | 13 | ||||
-rw-r--r-- | deskutils/gtimer/distinfo | 2 | ||||
-rw-r--r-- | deskutils/gtimer/files/patch-ab | 10 |
3 files changed, 11 insertions, 14 deletions
diff --git a/deskutils/gtimer/Makefile b/deskutils/gtimer/Makefile index d598e6a66622..cd46edc99760 100644 --- a/deskutils/gtimer/Makefile +++ b/deskutils/gtimer/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gtimer -# Version required: 1.1.1 +# Version required: 1.1.3 # Date created: 25 February 1999 # Whom: Chris Piazza <cpiazza@home.net> # -# $Id: Makefile,v 1.1.1.1 1999/04/08 17:50:35 steve Exp $ +# $Id: Makefile,v 1.2 1999/04/21 19:07:31 mharo Exp $ # -DISTNAME= gtimer-1.1.1 +DISTNAME= gtimer-1.1.3 CATEGORIES= deskutils MASTER_SITES= http://www.radix.net/~cknudsen/gtimer/ @@ -14,7 +14,14 @@ MAINTAINER= cpiazza@home.net LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +WRKSRC= ${WRKDIR}/gtimer-1.1.4 +GNU_CONFIGURE= YES +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +USE_GMAKE= YES USE_BZIP2= YES MAN1= gtimer.1 +post-install: + @${INSTALL_MAN} ${WRKSRC}/gtimer.1 ${PREFIX}/man/man1 + .include <bsd.port.mk> diff --git a/deskutils/gtimer/distinfo b/deskutils/gtimer/distinfo index 1ee953dd6387..70cfe8e6d6cc 100644 --- a/deskutils/gtimer/distinfo +++ b/deskutils/gtimer/distinfo @@ -1 +1 @@ -MD5 (gtimer-1.1.1.tar.bz2) = 3633f27776e4bb9ec51ea294835810f1 +MD5 (gtimer-1.1.3.tar.bz2) = 0c86a2c47075ee55d8b5388c90706aa3 diff --git a/deskutils/gtimer/files/patch-ab b/deskutils/gtimer/files/patch-ab deleted file mode 100644 index 319048f2563c..000000000000 --- a/deskutils/gtimer/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- task.c.orig Wed Apr 21 12:05:44 1999 -+++ task.c Wed Apr 21 12:05:51 1999 -@@ -42,7 +42,6 @@ - #include <unistd.h> - #include <dirent.h> - #include <errno.h> --#include <malloc.h> - #include <string.h> - #include <ctype.h> - #include <sys/types.h> |