1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/icod/Makefile
Dan Moschuk f839b6c3a8 icod is a utility to convert Windows-format icon files
(.ico) to X-format pixmaps (.xpm).

It will extract all icon images from each specified
.ico file and write out each image to a filename
consisting of the basename of the image, the size, and
the bit depth.

PR: ports/14089
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
1999-10-03 21:31:07 +00:00

23 lines
440 B
Makefile

# New ports collection makefile for: icod
# Version required: 1.0
# Date created: 02 October 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
DISTNAME= icod.1.0
PKGNAME= icod-1.0
CATEGORIES= graphics
MASTER_SITES= http://www.linuxberg.com/files/x11/graphics/
MAINTAINER= jedgar@fxp.org
WRKSRC= ${WRKDIR}/icod
ALL_TARGET= icod
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/icod ${PREFIX}/bin
.include <bsd.port.mk>