openbsd-ports/graphics/gimp/Makefile

39 lines
990 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.50 2000/07/23 02:37:11 brad Exp $
1999-03-21 01:38:59 -05:00
2000-06-27 22:15:54 -04:00
DISTNAME= gimp-1.1.24
1999-03-21 01:38:59 -05:00
CATEGORIES= graphics
NEED_VERSION= 1.310
2000-06-27 22:15:54 -04:00
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.1/v1.1.24/ \
ftp://ftp.sunet.se/pub/gnu/gimp/v1.1/v1.1.24/ \
ftp://ftp.cs.umn.edu/pub/gimp/v1.1/v1.1.24/
1999-03-21 01:38:59 -05:00
2000-06-25 03:32:43 -04:00
HOMEPAGE= http://www.gimp.org/
2000-06-27 22:15:54 -04:00
BUILD_DEPENDS= wget::net/wget
RUN_DEPENDS= wget::net/wget
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
aa.1.3::graphics/aalib \
mpeg.13::graphics/mpeg-lib \
2000-06-25 18:20:24 -04:00
png.1::graphics/png \
tiff.35::graphics/tiff
1999-03-21 01:38:59 -05:00
MAINTAINER= brad@openbsd.org
2000-02-16 00:19:59 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
2000-02-16 00:19:59 -05:00
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
1999-03-30 01:52:48 -05:00
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --disable-perl
1999-03-21 01:38:59 -05:00
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>