blob: d19e69b3409167fdc44d507bddabb7018d8a8123 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# New ports collection makefile for: tracker
# Version required: 4.11
# Date created: 2 Oct 1994
# Whom: swallace
#
# $Id: Makefile,v 1.4 1995/02/02 15:09:44 ache Exp $
#
DISTNAME= tracker
DISTFILES= tracker-4.11.tar.Z
MASTER_SITES= ftp://ftp.ens.fr/pub/dmi/users/espie/
USE_GMAKE= YES
INSTALL_TARGET= install install.man
.include <bsd.port.mk>
|