16 lines
443 B
Makefile
16 lines
443 B
Makefile
# New ports collection makefile for: tracker
|
|
# Version required: 4.26
|
|
# 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.26.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>
|