summaryrefslogtreecommitdiff
path: root/deskutils/gtimer/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-05 14:22:28 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-05 14:22:28 +0000
commit39a0a7c21c2e0eaedd7b0ff15709f657966d672c (patch)
tree6a65d7bd9fa7f85b03784df77c510d9fa9a11e24 /deskutils/gtimer/Makefile
parentI moved icqlib from devel to net. Fixed ${CATEGORY} and ${LIB_DEPENDS} (diff)
Update to 1.1.3
now uses gnu configure. PR: ports/11494 Submitted by: cpiazza@home.net
Notes
Notes: svn path=/head/; revision=18507
Diffstat (limited to 'deskutils/gtimer/Makefile')
-rw-r--r--deskutils/gtimer/Makefile13
1 files changed, 10 insertions, 3 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>