freebsd-ports/graphics/icod/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

24 lines
514 B
Makefile

# New ports collection makefile for: icod
# Date created: 02 October 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
PORTNAME= icod
PORTVERSION= 1.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jedgar
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= jedgar@FreeBSD.org
COMMENT= Utility to convert Windows icon files to xpm format
WRKSRC= ${WRKDIR}/icod
ALL_TARGET= icod
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/icod ${PREFIX}/bin
.include <bsd.port.mk>