freebsd-ports/misc/gtkfind/Makefile

35 lines
759 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtkfind
# Date created: 28 Sept 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
2000-04-14 10:49:30 +02:00
PORTNAME= gtkfind
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_BACKUP}
MAINTAINER= billf@FreeBSD.org
COMMENT= The program to use to have to remember all the options to find(1)
BUILD_DEPENDS= xterm:${PORTSDIR}/x11/XFree86-4-clients
2002-05-18 04:19:11 +02:00
2000-10-05 08:42:57 +02:00
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gtk12
2000-10-05 08:42:57 +02:00
GNU_CONFIGURE= yes
USE_REINPLACE= yes
MAN1= gtkfind.1
post-patch:
${REINPLACE_CMD} -e "s,-O2,${CFLAGS}," ${WRKSRC}/configure ${WRKSRC}/Makefile.in
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gtkfind ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/gtkfind.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>