mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
24 lines
482 B
Makefile
24 lines
482 B
Makefile
# New ports collection makefile for: seyon
|
|
# Version required: 2.14b or 2.14c
|
|
# Date created: 3 October 1994
|
|
# Whom: Michael Elbel (me)
|
|
#
|
|
# $Id: Makefile,v 1.8 1998/07/27 23:24:06 asami Exp $
|
|
#
|
|
|
|
DISTNAME= Seyon-2.14b
|
|
PKGNAME= seyon-2.14b
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ftp://sipb.mit.edu/pub/seyon/
|
|
DISTFILES= Seyon-2.14b-tar.Z
|
|
|
|
MAINTAINER= me@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/seyon
|
|
USE_IMAKE= yes
|
|
BROKEN= Installs file in ${HOME}/.seyon
|
|
|
|
MAN1= seyon.1
|
|
|
|
.include <bsd.port.mk>
|