diff options
author | asami <asami@FreeBSD.org> | 1995-07-06 12:23:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-06 12:23:07 +0800 |
commit | d3ac71fbea6a7203d4e833ccdb0e38da1b7f3ffa (patch) | |
tree | b010c94ffa63a8ff656afae33ba4c45c73a818dd /editors/beav/Makefile | |
parent | b96831bba443fd67b4dae8f797c94ea32577321a (diff) | |
download | freebsd-ports-gnome-d3ac71fbea6a7203d4e833ccdb0e38da1b7f3ffa.tar.gz freebsd-ports-gnome-d3ac71fbea6a7203d4e833ccdb0e38da1b7f3ffa.tar.zst freebsd-ports-gnome-d3ac71fbea6a7203d4e833ccdb0e38da1b7f3ffa.zip |
beav (binary editor and viewer)
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Diffstat (limited to 'editors/beav/Makefile')
-rw-r--r-- | editors/beav/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/editors/beav/Makefile b/editors/beav/Makefile new file mode 100644 index 000000000000..c8d0f49d7a6a --- /dev/null +++ b/editors/beav/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: beav-1.40.3 +# Version required: 1.40-3 (debian) +# Date created: 01 July 1995 +# Whom: thomas@ghpc8.ihf.rwth-aachen.de +# +# $Id$ +# + +DISTNAME= beav-140-3 +PKGNAME= beav-1.40.3 +CATEGORIES+= editors +KEYWORDS+= editors +MASTER_SITES= ftp://ftp.debian.org/debian/source/editors \\ + ftp://ftp.uni-heidelberg.de/pub/linux/mirror.tsx11/distributions/debian/source/editors/ \\ + ftp://extro.ucc.su.oz.au/linux/debian/source/editors/ \\ + ftp://theta.iis.u-tokyo.ac.jp/pub2/Linux/distributions/debian/source/editors/ + +MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de + +WRKSRC= ${WRKDIR}/beav-140 + +PATCH_STRIP= -p1 + +.include <bsd.port.mk> + |