1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/deskutils/gtimer/Makefile
Mario Sergio Fujikawa Ferreira 279554ac52 Deploy USE_GNOMENG infrastructure
PR:		42194
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-30 13:21:15 +00:00

27 lines
496 B
Makefile

# New ports collection makefile for: gtimer
# Date created: 25 February 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtimer
PORTVERSION= 1.1.5
CATEGORIES= deskutils
MASTER_SITES= http://www.radix.net/~cknudsen/gtimer/
MAINTAINER= ports@FreeBSD.org
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
MAN1= gtimer.1
post-install:
@${INSTALL_MAN} ${WRKSRC}/gtimer.1 ${PREFIX}/man/man1
.include <bsd.port.mk>