mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add libggimisc, a libggi extension providing support for a range of hard to
categorize functions. PR: ports/74825 Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
This commit is contained in:
parent
6dcb408d16
commit
80f7b97693
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123783
@ -244,6 +244,7 @@
|
||||
SUBDIR += libfpx
|
||||
SUBDIR += libgdgeda
|
||||
SUBDIR += libggi
|
||||
SUBDIR += libggimisc
|
||||
SUBDIR += libggiwmh
|
||||
SUBDIR += libglut
|
||||
SUBDIR += libgnomecanvas
|
||||
|
43
graphics/libggimisc/Makefile
Normal file
43
graphics/libggimisc/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# New ports collection makefile for: libggimisc
|
||||
# Date created: 7 December 2004
|
||||
# Whom: antoine.brodin@laposte.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libggimisc
|
||||
PORTVERSION= 2.1.0
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= http://www.ggi-project.org/ftp/ggi/v2.1/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ggi
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
||||
|
||||
MAINTAINER= antoine.brodin@laposte.net
|
||||
COMMENT= A libggi extension providing support for hard to categorize features
|
||||
|
||||
LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
USE_BZIP2= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN3= ggiGetRayPos.3 \
|
||||
ggiSetSplitline.3 \
|
||||
ggiWaitRayPos.3
|
||||
MAN7= libggimisc.7
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_SVGALIB) || exists(${LOCALBASE}/include/vga.h)
|
||||
LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib
|
||||
PLIST_SUB+= WITH_SVGALIB=""
|
||||
.else
|
||||
PLIST_SUB+= WITH_SVGALIB="@comment "
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CP} ${WRKSRC}/libggimisc.conf ${PREFIX}/etc/ggi/libggimisc.conf.dist
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
graphics/libggimisc/distinfo
Normal file
2
graphics/libggimisc/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (libggimisc-2.1.0.src.tar.bz2) = 44be7b5e01fd9701bd84de4f19be95f0
|
||||
SIZE (libggimisc-2.1.0.src.tar.bz2) = 224211
|
5
graphics/libggimisc/pkg-descr
Normal file
5
graphics/libggimisc/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
libggimisc is a libggi extension providing support for a range of hard to
|
||||
categorize features.
|
||||
vga splitline and wait-for-vsync are two examples.
|
||||
|
||||
WWW: http://www.ggi-project.org/
|
19
graphics/libggimisc/pkg-plist
Normal file
19
graphics/libggimisc/pkg-plist
Normal file
@ -0,0 +1,19 @@
|
||||
@unexec if cmp -s %D/etc/ggi/libggimisc.conf %D/etc/ggi/libggimisc.conf.dist; then rm -f %D/etc/ggi/libggimisc.conf; fi
|
||||
etc/ggi/libggimisc.conf.dist
|
||||
@exec [ -f %B/libggimisc.conf ] || cp %B/%f %B/libggimisc.conf
|
||||
include/ggi/internal/misc.h
|
||||
include/ggi/misc-defs.h
|
||||
include/ggi/misc.h
|
||||
lib/ggi/ggimisc/display/pseudo_stubs_ggimisc.la
|
||||
lib/ggi/ggimisc/display/pseudo_stubs_ggimisc.so
|
||||
%%WITH_SVGALIB%%lib/ggi/ggimisc/display/svgalib_ggimisc.la
|
||||
%%WITH_SVGALIB%%lib/ggi/ggimisc/display/svgalib_ggimisc.so
|
||||
lib/libggimisc.la
|
||||
lib/libggimisc.so
|
||||
lib/libggimisc.so.2
|
||||
@dirrm etc/ggi
|
||||
@dirrm include/ggi/internal
|
||||
@dirrm include/ggi
|
||||
@dirrm lib/ggi/ggimisc/display
|
||||
@dirrm lib/ggi/ggimisc
|
||||
@dirrm lib/ggi
|
Loading…
Reference in New Issue
Block a user