mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Bmp2html is a simple program that converts a bmpfile to to a html file.
PR: ports/84757 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
This commit is contained in:
parent
7de2a18811
commit
80d042808a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141853
@ -34,6 +34,7 @@
|
||||
SUBDIR += blender-devel
|
||||
SUBDIR += bmeps
|
||||
SUBDIR += bmp-rootvis
|
||||
SUBDIR += bmp2html
|
||||
SUBDIR += bugle
|
||||
SUBDIR += cadubi
|
||||
SUBDIR += cairo
|
||||
|
39
graphics/bmp2html/Makefile
Normal file
39
graphics/bmp2html/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# New ports collection makefile for: bmp2html
|
||||
# Date created: 10 Aug 2005
|
||||
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bmp2html
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://critical.ch/distfiles/
|
||||
MASTER_SITES+= http://www.dasfisk.dk/bmp2html/
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ehaupt@critical.ch
|
||||
COMMENT= A bmp to html converter
|
||||
|
||||
USE_SDL= yes
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
SDL_FLAGS= -I${LOCALBASE}/include/SDL11
|
||||
EXTRA_LDFLAGS= -lSDL-1.1 -pthread
|
||||
DEFINES= -D_REENTRANT
|
||||
|
||||
PLIST_FILES= bin/bmp2html
|
||||
|
||||
post-patch:
|
||||
@${RM} ${WRKSRC}/${PORTNAME}
|
||||
|
||||
do-build:
|
||||
${CC} ${CFLAGS} ${LDFLAGS} ${SDL_FLAGS} ${DEFINES} -c \
|
||||
-o ${WRKSRC}/${PORTNAME}.o ${WRKSRC}/${PORTNAME}.c
|
||||
${CC} ${CFLAGS} ${LDFLAGS} ${SDL_FLAGS} ${EXTRA_LDFLAGS} \
|
||||
-o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.o
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/bmp2html/distinfo
Normal file
2
graphics/bmp2html/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (bmp2html.tar.gz) = fe4ed539e5d91a0a6b16aaf7aa9d942e
|
||||
SIZE (bmp2html.tar.gz) = 47943
|
7
graphics/bmp2html/pkg-descr
Normal file
7
graphics/bmp2html/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Bmp2html is a simple program that converts a bmpfile to to a html file.
|
||||
|
||||
EXAMPLES: http://critical.ch/bmp2html/
|
||||
WWW: http://www.dasfisk.dk/bmp2html/
|
||||
|
||||
- ehaupt
|
||||
ehaupt@critical.ch
|
Loading…
Reference in New Issue
Block a user