freebsd-ports/deskutils/gtimer/Makefile

28 lines
542 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtimer
# Date created: 25 February 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
1999-08-25 07:28:01 +02:00
# $FreeBSD$
#
PORTNAME= gtimer
PORTVERSION= 1.1.5
CATEGORIES= deskutils
MASTER_SITES= http://www.radix.net/~cknudsen/gtimer/
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= A timer for your personal activities
2000-10-05 08:36:23 +02:00
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
2000-10-05 08:36:23 +02:00
GNU_CONFIGURE= yes
MAN1= gtimer.1
post-install:
@${INSTALL_MAN} ${WRKSRC}/gtimer.1 ${PREFIX}/man/man1
.include <bsd.port.mk>