1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/graphics/icod/Makefile
2000-04-14 10:48:02 +00:00

23 lines
446 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= http://www.linuxberg.com/files/x11/graphics/
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= jedgar@fxp.org
WRKSRC= ${WRKDIR}/icod
ALL_TARGET= icod
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/icod ${PREFIX}/bin
.include <bsd.port.mk>