blob: be9dc9bd87e6072ec76832a124bc434137e59680 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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= ports@FreeBSD.org
COMMENT= Utility to convert Windows icon files to xpm format
PLIST_FILES= bin/icod
WRKSRC= ${WRKDIR}/icod
ALL_TARGET= icod
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/icod ${PREFIX}/bin
.include <bsd.port.mk>
|