tidy Makefile (Thomas Pfaff), better license marker. No package change.

This commit is contained in:
sthen 2009-01-11 22:52:40 +00:00
parent b84fd356c3
commit 9aaa1ca63d

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2009/01/11 20:39:41 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2009/01/11 22:52:40 sthen Exp $
COMMENT = tool for working with RAW images
@ -11,35 +11,35 @@ MAINTAINER = Stuart Henderson <sthen@openbsd.org>
HOMEPAGE = http://rawstudio.org
MASTER_SITES = ${HOMEPAGE}/files/release/
# GPL
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include
CONFIGURE_ENV += LDFLAGS=-L${LOCALBASE}/lib
CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib
MODULES += devel/gettext
MODULES = devel/gettext
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat
WANTLIB += fontconfig freetype gio-2.0 glib-2.0 glitz gmodule-2.0
WANTLIB += gobject-2.0 gthread-2.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pixman-1 pthread stdc++ z
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \
fontconfig freetype gio-2.0 glib-2.0 glitz gmodule-2.0 \
gobject-2.0 gthread-2.0 m pango-1.0 pangocairo-1.0 \
pangoft2-1.0 pixman-1 pthread stdc++ z
LIB_DEPENDS += dbus-1::x11/dbus \
exiv2::graphics/exiv2 \
gconf-2::devel/gconf2 \
gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2 \
jpeg::graphics/jpeg \
lcms::graphics/lcms \
ORBit-2::devel/ORBit2 \
png::graphics/png \
tiff::graphics/tiff \
xml2::textproc/libxml
LIB_DEPENDS += dbus-1::x11/dbus \
exiv2::graphics/exiv2 \
gconf-2::devel/gconf2 \
gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2 \
jpeg::graphics/jpeg \
lcms::graphics/lcms \
ORBit-2::devel/ORBit2 \
png::graphics/png \
tiff::graphics/tiff \
xml2::textproc/libxml
NO_REGRESS = Yes
NO_REGRESS = Yes
.include <bsd.port.mk>