mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
285e6de139
A timer for your personal activities. PR: 10729 Submitted by: Chris Piazza <cpiazza@home.net>
21 lines
475 B
Makefile
21 lines
475 B
Makefile
# New ports collection makefile for: gtimer
|
|
# Version required: 1.1.1
|
|
# Date created: 25 February 1999
|
|
# Whom: Chris Piazza <cpiazza@home.net>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1999/04/02 04:03:53 steve Exp $
|
|
#
|
|
|
|
DISTNAME= gtimer-1.1.1
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://www.radix.net/~cknudsen/gtimer/
|
|
|
|
MAINTAINER= cpiazza@home.net
|
|
|
|
LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel
|
|
|
|
USE_BZIP2= YES
|
|
MAN1= gtimer.1
|
|
|
|
.include <bsd.port.mk>
|