mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
17 lines
443 B
Makefile
17 lines
443 B
Makefile
# 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>
|