freebsd-ports/graphics/icod/Makefile

23 lines
445 B
Makefile
Raw Normal View History

# 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
2000-06-07 21:21:55 +02:00
MASTER_SITES= http://linux.tucows.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>