blob: 11279eb9c9efb17cd218a55192a4049ca8748e31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: ftpsearch
# Version required:
# Date created: 07 Dec 1996
# Whom: tegge@idt.ntnu.no
#
# $Id$
#
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>
|