cfd5ab9fa4
sed on it, other small, yet really nice fixes. Thanks Vanilla. Reviewed by: Bill Fumerola <billf@FreeBSD.org> Submitted by: Vanilla Shu <vanilla@FreeBSD.org>
22 lines
455 B
Makefile
22 lines
455 B
Makefile
# New ports collection makefile for: gtkfind
|
|
# Version required: 0.9
|
|
# Date created: 28 Sept 1998
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/11/17 21:53:22 billf Exp $
|
|
#
|
|
|
|
DISTNAME= gtkfind-0.9
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.oz.net/~mattg/
|
|
|
|
MAINTAINER= billf@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk
|
|
|
|
ALL_TARGET= gtkfind
|
|
|
|
MAN1= gtkfind.1
|
|
|
|
.include <bsd.port.mk>
|