mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
6b553b9eb3
will work yet, people are encouraged to test them.
22 lines
580 B
Makefile
22 lines
580 B
Makefile
# New ports collection makefile for: xpaint
|
|
# Version required: 2.4.3
|
|
# Date created: 2 Jan 1995
|
|
# Whom: swallace
|
|
#
|
|
# $Id: Makefile,v 1.10 1996/11/18 11:29:47 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xpaint-2.4.6
|
|
CATEGORIES= graphics x11
|
|
MASTER_SITES= http://www2.dk-online.dk/users/Torsten_Martinsen/xpaint/
|
|
|
|
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>
|