mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
3ce0f21808
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
34 lines
766 B
Makefile
34 lines
766 B
Makefile
# Created by: Bill Fumerola <billf@chc-chimes.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtkfind
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 7
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ \
|
|
http://www.purplehat.org/downloads/gtkfind/
|
|
|
|
MAINTAINER= perryh@pluto.rain.com
|
|
COMMENT= GTK front-end to find(1)
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= appres:${PORTSDIR}/x11/appres \
|
|
xterm:${PORTSDIR}/x11/xterm
|
|
|
|
USES= gmake
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/gtkfind \
|
|
man/man1/gtkfind.1.gz
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "s,-O2,${CFLAGS}," ${WRKSRC}/configure ${WRKSRC}/Makefile.in
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gtkfind ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/gtkfind.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|