blob: d695191a68b411c47ba1b6b9794b49530fe66980 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: xli
# Version required: 1.16
# Date created: 24 November 1994
# Whom: asami
#
# $Id: Makefile,v 1.3 1995/03/24 11:09:14 asami Exp $
#
DISTNAME= xli.1.16
USE_IMAKE= yes
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/
CATEGORIES+= graphics x11
MAINTAINER= asami@FreeBSD.ORG
EXTRACT_SUFX= .tar.gz
NO_WRKSUBDIR= yes
# PKG_CMD= pkg_create -N
.include <bsd.port.mk>
|