blob: 9e15067584fc283bcea7bd009f35af81ead54cf8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: ytalk
# Version required: 3.0pl2
# Date created: 18 March 1995
# Whom: asami
#
# $Id: Makefile,v 1.2 1995/03/24 11:10:53 asami Exp $
#
DISTNAME= ytalk-v3pl2
MASTER_SITES= ftp://knot.queensu.ca/pub/unix/software/
CATEGORIES+= networking
MAINTAINER= asami@FreeBSD.ORG
WRKSRC= ${WRKDIR}/ytalk-3.2
PKGNAME= ytalk-3.0.2
USE_IMAKE= yes
# otherwise pkg_create will think it went to /usr/X11R6
PREFIX= /usr/local
.include <bsd.port.mk>
|