mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3b9d0193b0
MAINTAINER from asami to ports, I don't use this anymore (no cut & paste, duh!). By the way, does someone know why people think I'm a ytalk expert? I've getting questions from all over the world about how to compile ytalk on Solaris etc. Maybe taking out this MAINTAINER line would help.
22 lines
468 B
Makefile
22 lines
468 B
Makefile
# New ports collection makefile for: ytalk
|
|
# Version required: 3.0pl2
|
|
# Date created: 18 March 1995
|
|
# Whom: asami
|
|
#
|
|
# $Id: Makefile,v 1.6 1996/11/18 11:37:20 asami Exp $
|
|
#
|
|
|
|
DISTNAME= ytalk-v3pl2
|
|
PKGNAME= ytalk-3.0.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://knot.queensu.ca/pub/unix/software/
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
WRKSRC= ${WRKDIR}/ytalk-3.2
|
|
USE_IMAKE= yes
|
|
# otherwise pkg_create will think it went to /usr/X11R6
|
|
PREFIX= ${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|