1999-01-24 10:12:59 +01:00
|
|
|
# New ports collection makefile for: gtkfind
|
|
|
|
# Date created: 28 Sept 1998
|
|
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
1998-11-17 22:53:22 +01:00
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1998-11-17 22:53:22 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= gtkfind
|
|
|
|
PORTVERSION= 1.1
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 6
|
1998-11-17 22:53:22 +01:00
|
|
|
CATEGORIES= misc
|
2002-11-07 11:21:30 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
1998-11-17 22:53:22 +01:00
|
|
|
|
2006-03-18 23:21:52 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= The program to use to have to remember all the options to find(1)
|
1998-11-17 22:53:22 +01:00
|
|
|
|
2008-03-07 20:01:54 +01:00
|
|
|
BUILD_DEPENDS= appres:${PORTSDIR}/x11/appres \
|
|
|
|
xterm:${PORTSDIR}/x11/xterm
|
2002-05-18 04:19:11 +02:00
|
|
|
|
2000-10-05 08:42:57 +02:00
|
|
|
USE_GMAKE= yes
|
2002-09-01 17:13:16 +02:00
|
|
|
USE_GNOME= gtk12
|
2000-10-05 08:42:57 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1998-11-17 22:53:22 +01:00
|
|
|
|
2002-11-07 11:21:30 +01:00
|
|
|
MAN1= gtkfind.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/gtkfind
|
2002-11-07 11:21:30 +01:00
|
|
|
|
|
|
|
post-patch:
|
2008-03-07 20:01:54 +01:00
|
|
|
${REINPLACE_CMD} -e "s,-O2,${CFLAGS}," ${WRKSRC}/configure ${WRKSRC}/Makefile.in
|
2002-11-07 11:21:30 +01:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gtkfind ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/gtkfind.1 ${MANPREFIX}/man/man1
|
1998-11-17 22:53:22 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|