1999-04-08 17:50:35 +00:00
|
|
|
# New ports collection makefile for: gtimer
|
|
|
|
# Date created: 25 February 1999
|
1999-06-19 08:26:18 +00:00
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
1999-04-08 17:50:35 +00:00
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1999-04-08 17:50:35 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 22:04:57 +00:00
|
|
|
PORTNAME= gtimer
|
|
|
|
PORTVERSION= 1.1.4
|
1999-04-08 17:50:35 +00:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= http://www.radix.net/~cknudsen/gtimer/
|
|
|
|
|
1999-06-19 08:26:18 +00:00
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
1999-04-08 17:50:35 +00:00
|
|
|
|
1999-05-29 03:56:15 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1999-04-08 17:50:35 +00:00
|
|
|
|
1999-05-05 14:22:28 +00:00
|
|
|
GNU_CONFIGURE= YES
|
1999-05-29 03:56:15 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
1999-05-05 14:22:28 +00:00
|
|
|
USE_GMAKE= YES
|
1999-04-08 17:50:35 +00:00
|
|
|
USE_BZIP2= YES
|
|
|
|
MAN1= gtimer.1
|
|
|
|
|
1999-05-05 14:22:28 +00:00
|
|
|
post-install:
|
|
|
|
@${INSTALL_MAN} ${WRKSRC}/gtimer.1 ${PREFIX}/man/man1
|
|
|
|
|
1999-04-08 17:50:35 +00:00
|
|
|
.include <bsd.port.mk>
|