1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/graphics/grafx2/Makefile
2021-04-06 16:31:07 +02:00

52 lines
1.1 KiB
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= grafx2
PORTVERSION= 2.8
DISTVERSIONSUFFIX= .3091-HEAD-src
CATEGORIES= graphics
MASTER_SITES= http://pulkomandy.tk/projects/GrafX2/downloads/ \
LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Pixelart-oriented bitmap painting program
LICENSE= GPLv2
LIB_DEPENDS= libpng.so:graphics/png \
libtiff.so:graphics/tiff \
libX11.so:x11/libX11
USES= desktop-file-utils gmake gnome iconv:wchar_t pkgconfig sdl \
tar:tgz
INSTALLS_ICONS= yes
USE_SDL= image2 sdl2
MAKE_ENV+= API=${GRAFX2_API} \
V=1
CFLAGS+= -DHAVE_SYS_PARAM_H -DHAVE_SYS_UCRED_H -DHAVE_SYS_MOUNT_H
WRKSRC= ${WRKDIR}/grafx2
WRKSRC_SUBDIR= src
OPTIONS_DEFINE= LUA TTF
OPTIONS_DEFAULT= TTF
OPTIONS_SUB= yes
TTF_DESC= True Type font support
LUA_USES= lua
LUA_MAKE_ARGS_OFF= NOLUA=1
TTF_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig
TTF_USE= SDL=ttf2
TTF_MAKE_ARGS_OFF= NOTTF=1
GRAFX2_API= sdl2
post-install:
@${MV} ${STAGEDIR}${PREFIX}/bin/grafx2-${GRAFX2_API} \
${STAGEDIR}${PREFIX}/bin/grafx2
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/grafx2
.include <bsd.port.mk>