mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fa97686b08
PR: 14632 Submitted by: maintainer
27 lines
660 B
Makefile
27 lines
660 B
Makefile
# New ports collection makefile for: gif2png
|
|
# Version required: 2.0.0
|
|
# Date created: 30 Aug 1999
|
|
# Whom: saper@system.pl
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= gif2png-2.0.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.tuxedo.org/~esr/gif2png/
|
|
|
|
MAINTAINER= saper@system.pl
|
|
|
|
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
pre-build:
|
|
mv ${WRKSRC}/web2png ${WRKSRC}/web2png_prepatch
|
|
$(SED) -e '1s#/usr/bin/python#/usr/bin/env python#' ${WRKSRC}/web2png_prepatch > ${WRKSRC}/web2png
|
|
|
|
MAN1= gif2png.1 web2png.1
|
|
|
|
.include <bsd.port.mk>
|