diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-10-03 13:56:16 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-10-03 13:56:16 +0000 |
commit | f09c4871a87604f425d045f59c01108b5f6c967d (patch) | |
tree | 2fa97e29292b053cfa8ac99d0fae1ccb26b62939 /graphics/png2ico | |
parent | be78648b233b8d90ed90cb033e1095031be3e515 (diff) | |
download | ports-f09c4871a87604f425d045f59c01108b5f6c967d.tar.gz ports-f09c4871a87604f425d045f59c01108b5f6c967d.zip |
Notes
Diffstat (limited to 'graphics/png2ico')
-rw-r--r-- | graphics/png2ico/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/png2ico/Makefile b/graphics/png2ico/Makefile index b0787bb26e66..82de48380856 100644 --- a/graphics/png2ico/Makefile +++ b/graphics/png2ico/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: png2ico -# Date created: 23 Sep 2002 -# Whom: Franz Klammer <klammer@webonaut.com> -# +# Created by: Franz Klammer <klammer@webonaut.com> # $FreeBSD$ -# PORTNAME= png2ico PORTVERSION= 2002.12.08 @@ -12,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.winterdrache.de/freeware/png2ico/data/ DISTNAME= ${PORTNAME}-src-${PORTVERSION:S/./-/g} -MAINTAINER= klammer@webonaut.com +MAINTAINER= ports@FreeBSD.org COMMENT= Converts PNG files to Windows icon resource files LIB_DEPENDS= png15:${PORTSDIR}/graphics/png |