From f175fe0ecd711e70163ffc75a1e50e794c85e3c5 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Sun, 22 Oct 2000 11:47:59 +0000 Subject: new port graphics/linplasma, a bit of eyecandy for SVGAlib --- graphics/Makefile | 1 + graphics/linplasma/Makefile | 48 +++++++++++++++++++++++++++++++++ graphics/linplasma/distinfo | 1 + graphics/linplasma/files/patch-Makefile | 15 +++++++++++ graphics/linplasma/pkg-comment | 1 + graphics/linplasma/pkg-descr | 6 +++++ 6 files changed, 72 insertions(+) create mode 100644 graphics/linplasma/Makefile create mode 100644 graphics/linplasma/distinfo create mode 100644 graphics/linplasma/files/patch-Makefile create mode 100644 graphics/linplasma/pkg-comment create mode 100644 graphics/linplasma/pkg-descr (limited to 'graphics') diff --git a/graphics/Makefile b/graphics/Makefile index 0cab6049d454..77df82d9fd2c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -99,6 +99,7 @@ SUBDIR += libmorph SUBDIR += libungif SUBDIR += libwmf + SUBDIR += linplasma SUBDIR += linux-bmrt SUBDIR += linux-jpeg SUBDIR += linux-png diff --git a/graphics/linplasma/Makefile b/graphics/linplasma/Makefile new file mode 100644 index 000000000000..a880ffa8d17f --- /dev/null +++ b/graphics/linplasma/Makefile @@ -0,0 +1,48 @@ +# New ports collection makefile for: linplasma +# Date created: 2000-10-22 +# Whom: trevor +# +# $FreeBSD$ +# + +PORTNAME= linplasma +PORTVERSION= 1.0 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/graphics/hacks/svgalib + +MAINTAINER= trevor@FreeBSD.org + +LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib + +ALL_TARGET= ${PORTNAME} +DOCFILES= README GPL +DOCDIR= share/doc/${PORTNAME}/ +PLIST= ${WRKDIR}/pkg-plist +WRKSRC= ${WRKDIR}/${PORTNAME} + +post-patch: + @${PERL} -pi -e "s:%%PREFIX%%:${PREFIX}:g" ${WRKSRC}/Makefile + @${PERL} -pi -e "s:PI:M_PI:g" ${WRKSRC}/linplasma.c + +pre-install: + ${ECHO} "bin/linplasma" > ${PLIST} +.if !defined(NOPORTDOCS) +.for i in ${DOCFILES} + ${ECHO} -n ${DOCDIR} >> ${PLIST} + ${ECHO} ${i} >> ${PLIST} +.endfor + ${ECHO} -n "@dirrm " >> ${PLIST} + ${ECHO} ${DOCDIR} >> ${PLIST} +.endif + +do-install: + ${INSTALL} -c -g wheel -o root -m 4755 ${WRKSRC}/linplasma ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/${DOCDIR} +.for i in ${DOCFILES} + ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/${DOCDIR} +.endfor +.endif + +.include diff --git a/graphics/linplasma/distinfo b/graphics/linplasma/distinfo new file mode 100644 index 000000000000..ca5c84409874 --- /dev/null +++ b/graphics/linplasma/distinfo @@ -0,0 +1 @@ +MD5 (linplasma-1.0.tar.gz) = aa1f7c4c696da803edd8ae0936fd8817 diff --git a/graphics/linplasma/files/patch-Makefile b/graphics/linplasma/files/patch-Makefile new file mode 100644 index 000000000000..da0bc0f23e4b --- /dev/null +++ b/graphics/linplasma/files/patch-Makefile @@ -0,0 +1,15 @@ +--- Makefile.orig Sun Oct 22 04:09:35 2000 ++++ Makefile Sun Oct 22 04:11:27 2000 +@@ -2,10 +2,9 @@ + # Makefile for LinPlasma + # + +-CC=gcc ++CC?=gcc + +-# optimize a lot +-CFLAGS=-O3 ++CFLAGS += -L%%PREFIX%%/lib -I%%PREFIX%%/include + + LIBS=-lvga -lvgagl -lm + diff --git a/graphics/linplasma/pkg-comment b/graphics/linplasma/pkg-comment new file mode 100644 index 000000000000..6c34521d2f1b --- /dev/null +++ b/graphics/linplasma/pkg-comment @@ -0,0 +1 @@ +Sinus plasma, an SVGAlib demo diff --git a/graphics/linplasma/pkg-descr b/graphics/linplasma/pkg-descr new file mode 100644 index 000000000000..5c15fa7e663c --- /dev/null +++ b/graphics/linplasma/pkg-descr @@ -0,0 +1,6 @@ +This program is a display hack for SVGAlib. + +To exit the program, press "any" key. + +Trevor Johnson +trevor@FreeBSD.org -- cgit v1.2.3