aboutsummaryrefslogtreecommitdiff
path: root/graphics/icoconvert/Makefile
blob: 22e060f0f08afb7ed4486d2d9f048b23bb9f9f2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	icoconvert
# Date created:				Apr 30 2004
# Whom:					Florent Thoumie <flz@xbsd.org>
#
# $FreeBSD$
#

PORTNAME=	icoconvert
PORTVERSION=	2.0
PORTREVISION=	4
CATEGORIES=	graphics
MASTER_SITES=	http://www.mox.net/downloads/ \
		http://www.xunix.org/~flz/distfiles/

MAINTAINER=	flz@FreeBSD.org
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:
	@${REINPLACE_CMD} -e 's|^icoconvert|all|' -e 's|^\(FLAGS=\)|\1-I${LOCALBASE}/include |' \
		-e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/icoconvert ${PREFIX}/bin

.include <bsd.port.mk>