mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
c99c600944
string so I fixed it.
23 lines
446 B
Makefile
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>
|