mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
f839b6c3a8
(.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>
23 lines
440 B
Makefile
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>
|