diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-06-04 03:49:28 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-06-04 03:49:28 +0000 |
commit | a6602da9298fdc65a1b7c960ce044c26657d3730 (patch) | |
tree | 68466a16509d8052896563f1d81df539febb1719 /sysutils/xfsm/Makefile | |
parent | 9bd10b7b9a37426b56b15a2b0d18d0ccc9fb4507 (diff) | |
download | ports-a6602da9298fdc65a1b7c960ce044c26657d3730.tar.gz ports-a6602da9298fdc65a1b7c960ce044c26657d3730.zip |
Notes
Diffstat (limited to 'sysutils/xfsm/Makefile')
-rw-r--r-- | sysutils/xfsm/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/xfsm/Makefile b/sysutils/xfsm/Makefile index 145de1482c0a..36b8fe83d723 100644 --- a/sysutils/xfsm/Makefile +++ b/sysutils/xfsm/Makefile @@ -1,19 +1,18 @@ # New ports collection makefile for: xfsm -# Version required: 1.96 +# Version required: 1.97 # Date Created: 24 Nov 1997 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1997/12/01 17:16:22 vanilla Exp $ +# $Id: Makefile,v 1.2 1998/01/19 13:34:44 vanilla Exp $ # -DISTNAME= xfsm-1.96 +DISTNAME= xfsm-1.97 CATEGORIES= sysutils x11 MASTER_SITES= http://www.peoplesoft.com/peoplepages/g/robert_gasch/src/ EXTRACT_SUFX= .tgz MAINTAINER= vanilla@FreeBSD.ORG -NO_WRKSUBDIR= yes USE_IMAKE= yes .include <bsd.port.mk> |