blob: 8c8ae51ff7a88a7923acc1d802d35ed74914fe77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xli
# Version required: 1.16
# Date created: 24 November 1994
# Whom: asami
#
# $Id: Makefile,v 1.10 1998/10/26 07:26:18 asami Exp $
#
DISTNAME= xli.1.16
PKGNAME= xli-1.16
CATEGORIES= graphics x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= jkoshy@FreeBSD.ORG
USE_IMAKE= yes
MAN1= xli.1 xlito.1
NO_WRKSUBDIR= yes
.include <bsd.port.mk>
|