1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/deskutils/gtimer/Makefile
Steve Price 92103d6d5c Update to use gtk version 1.2.3.
PR:		11842
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 03:56:15 +00:00

29 lines
655 B
Makefile

# New ports collection makefile for: gtimer
# Version required: 1.1.4
# Date created: 25 February 1999
# Whom: Chris Piazza <cpiazza@home.net>
#
# $Id: Makefile,v 1.4 1999/05/06 14:18:54 flathill Exp $
#
DISTNAME= gtimer-1.1.4
CATEGORIES= deskutils
MASTER_SITES= http://www.radix.net/~cknudsen/gtimer/
MAINTAINER= cpiazza@home.net
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GNU_CONFIGURE= YES
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
USE_GMAKE= YES
USE_BZIP2= YES
MAN1= gtimer.1
post-install:
@${INSTALL_MAN} ${WRKSRC}/gtimer.1 ${PREFIX}/man/man1
.include <bsd.port.mk>