30b07f8162
cosmetic changes. brad@ ok
32 lines
616 B
Makefile
32 lines
616 B
Makefile
# $OpenBSD: Makefile,v 1.31 2002/11/22 02:37:37 margarida Exp $
|
|
|
|
COMMENT= "simple paint program"
|
|
|
|
VERSION= 2.6.2
|
|
DISTNAME= xpaint-${VERSION}
|
|
CATEGORIES= graphics x11
|
|
|
|
HOMEPAGE= http://home.worldonline.dk/torsten/xpaint/
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
|
|
|
|
# License: BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
LIB_DEPENDS= jpeg.62::graphics/jpeg \
|
|
tiff.35::graphics/tiff \
|
|
png.2::graphics/png
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
WRKDIST= ${WRKDIR}/xpaint
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|