diff options
author | Rene Ladan <rene@FreeBSD.org> | 2015-11-28 23:08:03 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2015-11-28 23:08:03 +0000 |
commit | 691f434f549a42a69ac50ff23a1543397490f5c5 (patch) | |
tree | 918183cc54e747acc95c0517ca51c4874a7ee860 /graphics/icoconvert/Makefile | |
parent | de9fd54831b4e86ba3482e9bc7479a1ddcc1c364 (diff) |
Notes
Diffstat (limited to 'graphics/icoconvert/Makefile')
-rw-r--r-- | graphics/icoconvert/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/graphics/icoconvert/Makefile b/graphics/icoconvert/Makefile deleted file mode 100644 index baace23b3794..000000000000 --- a/graphics/icoconvert/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Florent Thoumie <flz@xbsd.org> -# $FreeBSD$ - -PORTNAME= icoconvert -PORTVERSION= 2.0 -PORTREVISION= 6 -CATEGORIES= graphics -MASTER_SITES= http://www.mox.net/downloads/ \ - http://www.xunix.org/~flz/distfiles/ - -MAINTAINER= flz@FreeBSD.org -COMMENT= Small utility to convert Windows icon files into .xpm and .png files - -BROKEN= No public distfiles -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-26 - -LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd - -MAKE_ARGS= CC="${CC}" - -PLIST_FILES= bin/icoconvert - -post-patch: - @${REINPLACE_CMD} -e 's|^icoconvert|all|' -e 's|^\(FLAGS=\)|\1-I${LOCALBASE}/include |' \ - -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/icoconvert ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> |