diff options
author | hubertf <hubertf> | 1997-10-11 21:53:59 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-11 21:53:59 +0000 |
commit | 5658f6b5def37eb0deb20ee3e6a1b01e894dc661 (patch) | |
tree | cd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /x11/xless/Makefile | |
parent | e62c4d684c2892015620dfd714bdb51fb502bfc7 (diff) | |
download | pkgsrc-5658f6b5def37eb0deb20ee3e6a1b01e894dc661.tar.gz |
Import as of 09/25/97
Diffstat (limited to 'x11/xless/Makefile')
-rw-r--r-- | x11/xless/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/xless/Makefile b/x11/xless/Makefile new file mode 100644 index 00000000000..c071b02ee16 --- /dev/null +++ b/x11/xless/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xless +# Version required: 1.7 +# Date created: 23 December 1996 +# Whom: Conrad Sabatier <conrads@neosoft.com> +# +# $Id: Makefile,v 1.1.1.1 1997/10/11 21:55:10 hubertf Exp $ +# + +DISTNAME= xless-1.7 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ + ftp://ftp.cs.berkeley.edu/ucb/people/dglo/xless/ +MASTER_SITE_SUBDIR= applications + +MAINTAINER= conrads@neosoft.com + +USE_IMAKE= yes + +.include <bsd.port.mk> |