summaryrefslogtreecommitdiff
path: root/www/Mosaic/Makefile
blob: c07fda219051a5b2ffcac85fa6edd36c466942f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    Mosaic
# Version required:     2.6
# Date created:         7 August 1995
# Whom:                 torstenb
#
# $Id$
#

DISTNAME=	Mosaic-src-2.6
CATEGORIES=	networking
LIB_DEPENDS=	jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
WRKSRC=		${WRKDIR}/Mosaic-src
ALL_TARGET=	default

# don't waste diskspace
post-extract:
	@rm -rf ${WRKSRC}/libjpeg

.include <bsd.port.mk>