summaryrefslogtreecommitdiff
path: root/graphics/icod/Makefile
blob: 1384a418218f297239fdbb8114b1516486ef52cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>