mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
19 lines
397 B
Makefile
19 lines
397 B
Makefile
# New ports collection makefile for: jove
|
|
# Version required: 4.16
|
|
# Date created: 21 August 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.14 1996/11/11 05:07:11 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= jove-4.16
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://relay.cs.toronto.edu/pub/moraes/jove/
|
|
|
|
MAINTAINER= erich@FreeBSD.ORG
|
|
|
|
WRKSRC= ${WRKDIR}/jove
|
|
MAN1= jove.1 teachjove.1 xjove.1 jovetool.1
|
|
|
|
.include <bsd.port.mk>
|