1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/graphics/gimp1/Makefile

107 lines
3.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: The GIMP
# Date created: Mon Nov 18 21:28:43 CST 1996
# Whom: erich@FreeBSD.org
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
PORTNAME= gimp
2003-06-20 16:43:52 +00:00
PORTVERSION= 1.2.5
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
http://ftp.man.poznan.pl/pub/%SUBDIR%/ \
http://fresh.t-systems-sfr.com/unix/src/misc/:mpeg \
http://ftp.sayclub.com/pub/X/gimp/libs/:mpeg
MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}/v${PORTVERSION}
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
mpeg_lib-1.3.1.tar.gz:mpeg
MAINTAINER= gnome@FreeBSD.org
2003-06-01 04:01:52 +00:00
COMMENT= The GNU Image Manipulation Program
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
2000-08-03 09:28:57 +00:00
LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \
1999-02-20 19:31:51 +00:00
jpeg.9:${PORTSDIR}/graphics/jpeg \
2001-09-11 02:22:51 +00:00
png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
DEPRECATED= New stable release 2.0 can be installed via graphics/gimp port
NO_LATEST_LINK= yes
2006-02-22 04:15:08 +00:00
CONFLICTS= gimp-2.* gimp-gnome-2.* gimpshop-[0-9]*
2002-04-11 01:37:32 +00:00
#SHLIBVER?= ${PORTVERSION:S/1.2.//g}
SHLIBVER?= 2
USE_BZIP2= yes
USE_X_PREFIX= yes
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
2000-08-03 09:28:57 +00:00
USE_XPM= yes
USE_GMAKE= yes
2002-07-20 11:04:45 +00:00
USE_GNOME= gtk12
USE_AUTOTOOLS= libtool:13:inc
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
PLIST_SUB= SHLIBVER="${SHLIBVER}"
CONFIGURE_ARGS= --disable-perl
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${MPEG_WRKSRC}" \
2003-06-01 04:01:52 +00:00
LDFLAGS="-L${LOCALBASE}/lib"
GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
MPEG_DISTFILE= ${DISTDIR}/mpeg_lib-1.3.1.tar.gz
MPEG_WRKSRC= ${WRKDIR}/mpeg_lib-1.3.1
MPEG_CONFIGURE_ENV= OPTIMIZE="${CFLAGS}"
MPEG_CONFIGURE_ARGS= --prefix=${PREFIX} \
--target=${ARCH}-unknown-freebsd${OSREL}
2003-06-01 04:01:52 +00:00
MAN1= gimp.1 gimptool.1 gimp-remote.1 \
gimp-1.2.1 gimp-remote-1.2.1 gimptool-1.2.1
MAN5= gimprc.5 gimprc-1.2.5
1997-12-16 22:06:42 +00:00
2003-06-01 04:01:52 +00:00
.if defined(WITHOUT_PRINT)
CONFIGURE_ARGS+= --disable-print
PLIST_SUB+= PRINT="@comment "
2003-06-01 04:01:52 +00:00
.else
LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print
PLIST_SUB+= PRINT=""
2003-06-01 04:01:52 +00:00
.endif
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "The Gimp has the following tunable option(s):"
@${ECHO_MSG} ""
@${ECHO_MSG} " WITHOUT_PRINT=yes Turns off GIMP printing"
@${ECHO_MSG} ""
do-extract:
@${MKDIR} ${WRKDIR}
@(cd ${WRKDIR} && ${BZIP2_CMD} -dc ${GIMP_DISTFILE} | ${TAR} -xf -)
@(cd ${WRKDIR} && ${GZIP_CMD} -dc ${MPEG_DISTFILE} | ${TAR} -xf -)
@(${FIND} ${MPEG_WRKSRC} -type f | ${XARGS} ${CHMOD} u+w)
pre-configure:
@(cd ${MPEG_WRKSRC} && \
${SETENV} CC="${CC}" CXX="${CXX}" \
CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \
INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
${MPEG_CONFIGURE_ENV} ./configure ${MPEG_CONFIGURE_ARGS})
@(cd ${MPEG_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
post-patch:
@${REINPLACE_CMD} -e 's|-lmpeg|${MPEG_WRKSRC}/libmpeg.a|g' \
${WRKSRC}/configure
@(cd ${MPEG_WRKSRC} ; \
${GREP} -r -l "<malloc.h>" * | \
${XARGS} ${REINPLACE_CMD} -e "s/<malloc.h>/<stdlib.h>/")
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/gimp.setfont ${PREFIX}/bin
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>