1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/ftp/ftpsearch/Makefile
David E. O'Brien b85e96f141 Style police.
Bug fixes.
1997-02-18 10:09:08 +00:00

22 lines
486 B
Makefile

# New ports collection makefile for: ftpsearch
# Version required:
# Date created: 07 Dec 1996
# Whom: tegge@idt.ntnu.no
#
# $Id: Makefile,v 1.1.1.1 1997/02/17 10:43:00 tg Exp $
#
DISTNAME= ftpsearch-19961208
CATEGORIES= net
MASTER_SITES= ftp://ftpsearch.ntnu.no/pub/ftpsearch/
MAINTAINER= tegge@idt.ntnu.no
GNU_CONFIGURE= yes
CONFIGURE_ENV+= FTPSEARCHROOT=${PREFIX}/ftpsearch
post-install:
${CP} ${PREFIX}/ftpsearch/bin/gateway ${PREFIX}/bin/ftpsearch
.include <bsd.port.mk>