1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/graphics/png2ico/Makefile
Jean-Yves Lefort abe6c92c24 - Respect ${LOCALBASE} [1]
- Respect ${CXX} and ${CXXFLAGS}
- Discard vendor optimization flags
- Remove useless USE_GMAKE

[1]:
PR:		ports/87563
Submitted by:	maintainer
2005-10-17 11:44:02 +00:00

30 lines
700 B
Makefile

# New ports collection makefile for: png2ico
# Date created: 23 Sep 2002
# Whom: Franz Klammer <klammer@webonaut.com>
#
# $FreeBSD$
#
PORTNAME= png2ico
PORTVERSION= 2002.12.08
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.winterdrache.de/freeware/png2ico/data/
DISTNAME= ${PORTNAME}-src-${PORTVERSION:S/./-/g}
MAINTAINER= klammer@webonaut.com
COMMENT= Converts PNG files to Windows icon resource files
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
MAN1= png2ico.1
PLIST_FILES= bin/png2ico
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/png2ico.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>