2004-05-02 12:33:51 +02:00
|
|
|
# New ports collection makefile for: icoconvert
|
|
|
|
# Date created: Apr 30 2004
|
|
|
|
# Whom: Florent Thoumie <flz@xbsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= icoconvert
|
|
|
|
PORTVERSION= 2.0
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 4
|
2004-05-02 12:33:51 +02:00
|
|
|
CATEGORIES= graphics
|
2005-02-15 16:57:13 +01:00
|
|
|
MASTER_SITES= http://www.mox.net/downloads/ \
|
|
|
|
http://www.xunix.org/~flz/distfiles/
|
2004-05-02 12:33:51 +02:00
|
|
|
|
2005-03-01 13:28:00 +01:00
|
|
|
MAINTAINER= flz@FreeBSD.org
|
2004-05-02 12:33:51 +02:00
|
|
|
COMMENT= A small utility to convert Windows icon files into .xpm and .png files
|
|
|
|
|
|
|
|
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
|
|
|
|
|
|
|
|
PLIST_FILES= bin/icoconvert
|
|
|
|
|
|
|
|
post-patch:
|
2005-10-26 18:44:21 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|^icoconvert|all|' -e 's|^\(FLAGS=\)|\1-I${LOCALBASE}/include |' \
|
|
|
|
-e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile
|
2004-05-02 12:33:51 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/icoconvert ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|