blob: c0fdccaeffeb24231f19d960b5e7ff5b07958021 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: xli
# Version required: 1.16
# Date created: 24 November 1994
# Whom: asami
#
# $FreeBSD$
#
DISTNAME= xli-1.17.0
CATEGORIES= graphics x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
http://pantransit.reptiles.org/prog/
MASTER_SITE_SUBDIR= applications
MAINTAINER= jkoshy@FreeBSD.org
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg
USE_IMAKE= yes
MAN1= xli.1 xlito.1
.include <bsd.port.mk>
|