blob: 1da1b73e801b48535ca238cdf42d4618d90e7653 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: xless
# Version required: 1.7
# Date created: 23 December 1996
# Whom: Conrad Sabatier <conrads@neosoft.com>
#
# $NetBSD: Makefile,v 1.2 1998/01/25 00:39:15 hubertf Exp $
# FreeBSD Id: Makefile,v 1.2 1996/12/29 00:51:27 obrien 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>
|