1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/misc/gtkfind/Makefile
Chris Rees e41e736228 Add additional master site
Submitted by:	Janky Jay III
Approved by:	maintainer via email
2011-12-16 17:05:47 +00:00

36 lines
840 B
Makefile

# New ports collection makefile for: gtkfind
# Date created: 28 Sept 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#
PORTNAME= gtkfind
PORTVERSION= 1.1
PORTREVISION= 6
CATEGORIES= misc
MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ \
http://www.purplehat.org/downloads/gtkfind/
MAINTAINER= perryh@pluto.rain.com
COMMENT= The program to use to have to remember all the options to find(1)
BUILD_DEPENDS= appres:${PORTSDIR}/x11/appres \
xterm:${PORTSDIR}/x11/xterm
USE_GMAKE= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
MAN1= gtkfind.1
PLIST_FILES= bin/gtkfind
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>