403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/graphics/bitmap/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/graphics/bitmap/Makefile
PORTNAME=	bitmap
DISTVERSION=	g20181222
PORTREVISION=	1
CATEGORIES=	graphics
PKGNAMESUFFIX=	-graphics-library

PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
PATCHFILES=	db80ca605a952e6a8ccd42eba3fcc5b40fba5640.patch:-p1 # https://github.com/ArashPartow/bitmap/pull/8: Implement write_image()/read_image() functions

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Minimalistic library manipulating 24-bit per pixel bitmap images
WWW=		https://www.partow.net/programming/bitmap/index.html

LICENSE=	MIT

USE_GITHUB=	yes
GH_ACCOUNT=	ArashPartow
GH_TAGNAME=	b02297f

NO_BUILD=	yes
NO_ARCH=	yes

PLIST_FILES=	include/bitmap_image.hpp

do-install:
	${INSTALL_DATA} ${WRKSRC}/bitmap_image.hpp ${STAGEDIR}${PREFIX}/include

do-test:
	@cd ${WRKSRC} && \
		${SETENV} ${MAKE_ENV} ${MAKE_CMD} bitmap_test && \
		${CXX} ${CXXFLAGS} -o mk-image ${FILESDIR}/mk-image.cpp -I. && \
		./mk-image && \
		./bitmap_test && \
		${ECHO} "Tests succeeded"

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit