mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
24 lines
598 B
Makefile
24 lines
598 B
Makefile
# New ports collection makefile for: xpaint
|
|
# Version required: 2.5.2
|
|
# Date created: 2 Jan 1995
|
|
# Whom: swallace
|
|
#
|
|
# $Id: Makefile,v 1.15 1997/11/29 02:02:16 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= xpaint-2.5.2
|
|
CATEGORIES= graphics x11
|
|
MASTER_SITES= http://www.danbbs.dk/~torsten/xpaint/
|
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
|
|
|
LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \
|
|
tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \
|
|
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
|
|
png\\.0\\.:${PORTSDIR}/graphics/png
|
|
|
|
WRKSRC= ${WRKDIR}/xpaint
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|