mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
0d78a6b671
now I only need to finish modules!
21 lines
346 B
Makefile
21 lines
346 B
Makefile
COMMENT= suite of tools for managing icons in an application
|
|
|
|
DISTNAME= icontool-0.1.0
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= https://launchpad.net/icontool/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES= ${HOMEPAGE}/trunk/0.1/+download/
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= textproc/p5-XML-Simple
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|