freebsd-ports/graphics/icod/Makefile
2001-11-27 15:06:37 +00:00

23 lines
453 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
WRKSRC= ${WRKDIR}/icod
ALL_TARGET= icod
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/icod ${PREFIX}/bin
.include <bsd.port.mk>