svn commit: r342353 - head/graphics/cinepaint
Antoine Brodin
antoine at FreeBSD.org
Sun Feb 2 18:24:02 UTC 2014
Author: antoine
Date: Sun Feb 2 18:24:01 2014
New Revision: 342353
URL: http://svnweb.freebsd.org/changeset/ports/342353
QAT: https://qat.redports.org/buildarchive/r342353/
Log:
Stage support
Modified:
head/graphics/cinepaint/Makefile
head/graphics/cinepaint/pkg-plist
Modified: head/graphics/cinepaint/Makefile
==============================================================================
--- head/graphics/cinepaint/Makefile Sun Feb 2 18:07:42 2014 (r342352)
+++ head/graphics/cinepaint/Makefile Sun Feb 2 18:24:01 2014 (r342353)
@@ -13,24 +13,23 @@ COMMENT= Editing tool used for painting
LICENSE= GPLv2 LGPL21 MIT
LICENSE_COMB= multi
-LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \
- ftgl:${PORTSDIR}/graphics/ftgl \
- jpeg:${PORTSDIR}/graphics/jpeg \
- lcms:${PORTSDIR}/graphics/lcms \
- png15:${PORTSDIR}/graphics/png \
- tiff:${PORTSDIR}/graphics/tiff \
- fltk:${PORTSDIR}/x11-toolkits/fltk
+LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
+ libftgl.so:${PORTSDIR}/graphics/ftgl \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ liblcms.so:${PORTSDIR}/graphics/lcms \
+ libpng15.so:${PORTSDIR}/graphics/png \
+ libtiff.so:${PORTSDIR}/graphics/tiff \
+ libfltk.so:${PORTSDIR}/x11-toolkits/fltk
OPTIONS_DEFINE= OYRANOS PRINT
OYRANOS_DESC= ICC profile support via Oyranos
PRINT_DESC= Gutenprint (gimp-print) plugin
-USES= gettext pkgconfig
+USES= desktop-file-utils gettext gmake pkgconfig
USE_XORG= xmu
USE_GNOME= gtk20
USE_GHOSTSCRIPT_RUN=yes
USE_PYTHON= yes
-USE_GMAKE= yes
USE_AUTOTOOLS= libtoolize aclocal automake autoconf
LIBTOOLIZE_ARGS=--force
ACLOCAL_ARGS= -I aclocal
@@ -42,19 +41,16 @@ LDFLAGS+= -L${LOCALBASE}/lib
PLIST_SUB= VER="${DISTVERSION}"
-MAN1= cinepaint.1 cinepainttool.1
-
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOYRANOS}
-LIB_DEPENDS+= oyranos:${PORTSDIR}/graphics/oyranos
+LIB_DEPENDS+= liboyranos.so:${PORTSDIR}/graphics/oyranos
.else
CONFIGURE_ENV+= ac_cv_path_OY_CONFIG=no
.endif
.if ${PORT_OPTIONS:MPRINT}
-LIB_DEPENDS+= gutenprint:${PORTSDIR}/print/gutenprint-base
+LIB_DEPENDS+= libgutenprint.so:${PORTSDIR}/print/gutenprint-base
PLIST_SUB+= PRINT=""
.else
CONFIGURE_ARGS+= --disable-print
Modified: head/graphics/cinepaint/pkg-plist
==============================================================================
--- head/graphics/cinepaint/pkg-plist Sun Feb 2 18:07:42 2014 (r342352)
+++ head/graphics/cinepaint/pkg-plist Sun Feb 2 18:24:01 2014 (r342353)
@@ -117,6 +117,8 @@ lib/libcinepaint_fl_i18n.la
lib/libcinepaint_fl_i18n.so
lib/libcinepaint_fl_i18n.so.1
libdata/pkgconfig/cinepaint-gtk.pc
+man/man1/cinepaint.1.gz
+man/man1/cinepainttool.1.gz
share/aclocal/cinepaint.m4
share/applications/cinepaint.desktop
%%DATADIR%%/%%VER%%/brushes/10x10squareBlurf16.gbr
More information about the svn-ports-all
mailing list