1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/misc/gtkfind/Makefile
Antoine Brodin 89b4379a17 Deprecate most glib12 consumers
With hat:	portmgr
2018-10-12 09:19:04 +00:00

37 lines
804 B
Makefile

# Created by: Bill Fumerola <billf@chc-chimes.com>
# $FreeBSD$
PORTNAME= gtkfind
PORTVERSION= 1.1
PORTREVISION= 8
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)
DEPRECATED= Uses obsolete glib12
EXPIRATION_DATE= 2018-12-20
LICENSE= GPLv2
BUILD_DEPENDS= appres:x11/appres \
xterm: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>