blob: 23e7b1e11d34778f51514fb74a7d22304a2c954f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: tracker
# Version required: 4.27
# Date created: 2 Oct 1994
# Whom: swallace
#
# $Id: Makefile,v 1.14 1995/03/12 23:46:04 ache Exp $
#
DISTNAME= tracker
DISTFILES= tracker-4.27.tar.Z
MASTER_SITES= ftp://ftp.ens.fr/pub/dmi/users/espie/beta/
USE_GMAKE= YES
MAKE_FLAGS= MACHINE=freebsd CC=cc -f
INSTALL_TARGET= install install.man
.include <bsd.port.mk>
|