mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
22 lines
467 B
Makefile
22 lines
467 B
Makefile
# New ports collection makefile for: ytalk
|
|
# Version required: 3.0pl2
|
|
# Date created: 18 March 1995
|
|
# Whom: asami
|
|
#
|
|
# $Id: Makefile,v 1.4 1995/04/15 05:42:11 asami Exp $
|
|
#
|
|
|
|
DISTNAME= ytalk-v3pl2
|
|
PKGNAME= ytalk-3.0.2
|
|
CATEGORIES+= net
|
|
MASTER_SITES= ftp://knot.queensu.ca/pub/unix/software/
|
|
|
|
MAINTAINER= asami@FreeBSD.ORG
|
|
|
|
WRKSRC= ${WRKDIR}/ytalk-3.2
|
|
USE_IMAKE= yes
|
|
# otherwise pkg_create will think it went to /usr/X11R6
|
|
PREFIX= /usr/local
|
|
|
|
.include <bsd.port.mk>
|