mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
ed1ad7e1b9
- Change Makefile headers to shorter form Feature safe: yes
27 lines
629 B
Makefile
27 lines
629 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gimp-save-for-web
|
|
PORTVERSION= 0.29.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://registry.gimp.org/files/
|
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
|
COMMENT= GIMP Save For Web plugin
|
|
|
|
LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app
|
|
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
|
|
|
USE_BZIP2= yes
|
|
USE_GETTEXT= yes
|
|
USE_PERL5_BUILD=yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack intltool
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|GMSGFMT = @GMSGFMT@|GMSGFMT = @MSGFMT@|g' ${WRKSRC}/po/Makefile.in.in
|
|
|
|
.include <bsd.port.mk>
|