blob: 1ceca14d6ee091c7a885bbf6d9b635a091f57445 (
plain) (
blame)
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: xpaint
# Version required: 2.4.8
# Date created: 2 Jan 1995
# Whom: swallace
#
# $Id: Makefile,v 1.13 1997/02/06 09:19:44 tg Exp $
#
DISTNAME= xpaint-2.5
CATEGORIES= graphics x11
MASTER_SITES= http://www.danbbs.dk/~torsten/xpaint/
MAINTAINER= ports@freebsd.org
LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \
tiff\\.3\\.:${PORTSDIR}/graphics/tiff \
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
png\\.0\\.:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/xpaint
USE_IMAKE= yes
.include <bsd.port.mk>
|