diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-04 14:38:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-04 14:38:51 +0000 |
commit | 3ffc4bda329780941142026d7067374d2481d496 (patch) | |
tree | fea70e4303e66483e4036a554eda3d054abe97a6 /misc/lifelines/Makefile | |
parent | d2de905d16fba79ad75f3b053edd24d2c64bb56a (diff) |
Notes
Diffstat (limited to 'misc/lifelines/Makefile')
-rw-r--r-- | misc/lifelines/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile new file mode 100644 index 000000000000..d153b4402b2f --- /dev/null +++ b/misc/lifelines/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: lifelines +# Date created: 10 August 2000 +# Whom: Matt Emmerton <matt@gsicomp.on.ca> +# +# $FreeBSD$ +# + +PORTNAME= lifelines +PORTVERSION= 3.0.5 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= matt@gsicomp.on.ca + +GNU_CONFIGURE= yes +USE_BISON= yes + +.include <bsd.port.mk> |