openbsd-ports/graphics/xpaint/Makefile

30 lines
564 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.24 2001/06/13 03:53:39 kevlo Exp $
COMMENT= "simple paint program"
1997-12-02 22:51:22 -05:00
DISTNAME= xpaint-2.6.1
1997-12-02 22:51:22 -05:00
CATEGORIES= graphics x11
NEED_VERSION= 1.402
HOMEPAGE= http://home.worldonline.dk/~torsten/xpaint/
1997-12-02 22:51:22 -05:00
MAINTAINER= ports@openbsd.org
1997-12-02 22:51:22 -05:00
# LICENSE_TYPE= BSD
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 01:29:49 -05:00
MASTER_SITES= ${HOMEPAGE}
LIB_DEPENDS= jpeg.62::graphics/jpeg \
tiff.35::graphics/tiff \
png.2::graphics/png
1997-12-02 22:51:22 -05:00
CONFIGURE_STYLE= imake
1999-10-30 17:11:16 -04:00
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/xpaint
1997-12-02 22:51:22 -05:00
.include <bsd.port.mk>