blob: 5def1fff6fb6487879de79537a0eeec708c0b6c7 (
plain) (
blame)
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.24
# Date created: 2 Oct 1994
# Whom: swallace
#
# $Id: Makefile,v 1.12 1995/03/04 19:46:50 ache Exp $
#
DISTNAME= tracker
DISTFILES= tracker-4.24.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>
|