2ce49e0b69
gimp's library search order, causing it to match older installed libs instead of the libs just built. This can cause build failures when the libs change. OK espie@
38 lines
999 B
Makefile
38 lines
999 B
Makefile
# $OpenBSD: Makefile,v 1.56 2000/10/22 22:15:18 marc Exp $
|
|
|
|
DISTNAME= gimp-1.1.27
|
|
CATEGORIES= graphics
|
|
NEED_VERSION= 1.336
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.1/old/v1.1.27/ \
|
|
ftp://ftp.sunet.se/pub/gnu/gimp/v1.1/old/v1.1.27/ \
|
|
ftp://ftp.cs.umn.edu/pub/gimp/v1.1/old/v1.1.27/
|
|
|
|
HOMEPAGE= http://www.gimp.org/
|
|
|
|
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
|
|
aa.1.3::graphics/aalib \
|
|
mpeg.13::graphics/mpeg-lib \
|
|
png.1::graphics/png \
|
|
tiff.35::graphics/tiff
|
|
BUILD_DEPENDS= wget::net/wget
|
|
RUN_DEPENDS= wget::net/wget
|
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --enable-static --disable-perl
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
|
# LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/aclocal
|
|
${INSTALL_DATA} ${WRKSRC}/gimp.m4 ${PREFIX}/share/aclocal
|
|
|
|
.include <bsd.port.mk>
|