mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
40 lines
894 B
Makefile
40 lines
894 B
Makefile
# New ports collection makefile for: icoutils
|
|
# Date created: Sun Jun 12 10:19:46 UTC 2005
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= icoutils
|
|
PORTVERSION= 0.28.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SAVANNAH
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Convert/extract images in Microsoft Windows(R) icon/cursor files
|
|
|
|
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
|
|
RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
|
|
|
|
USE_PERL5_RUN= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-nls
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= extresso.1 genresscript.1 icotool.1 wrestool.1
|
|
PLIST_FILES= \
|
|
bin/extresso \
|
|
bin/genresscript \
|
|
bin/icotool \
|
|
bin/wrestool
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "sparc64"
|
|
BROKEN= Does not link on sparc64
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|