mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
parent
b5da416890
commit
8d45078f7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128999
@ -144,6 +144,7 @@
|
||||
SUBDIR += gnofract4d
|
||||
SUBDIR += gnomecanvas
|
||||
SUBDIR += gnomeiconedit
|
||||
SUBDIR += gnustep-slideshowkit
|
||||
SUBDIR += gocr
|
||||
SUBDIR += gozer
|
||||
SUBDIR += gpaint
|
||||
|
32
graphics/gnustep-slideshowkit/Makefile
Normal file
32
graphics/gnustep-slideshowkit/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: preview
|
||||
# Date created: 16 Feb 2004
|
||||
# Whom: dirk.meyer@dinoex.sub.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= slideshowkit
|
||||
PORTVERSION= 0.0.1
|
||||
PORTREVISION= 20041011
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://download.gna.org/gsimageapps/
|
||||
PKGNAMEPREFIX= gnustep-
|
||||
DISTNAME= SlideShowKit-${PORTREVISION}
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= SlideShow Framework
|
||||
|
||||
USE_BZIP2= yes
|
||||
PREFIX= ${LOCALBASE}/GNUstep
|
||||
NO_MTREE= yes
|
||||
WRKSRC= ${WRKDIR}/SlideShowKit
|
||||
USE_GMAKE= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
LDCONFIG_DIRS= ${LOCALLIBDIR}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/gnustep-slideshowkit/distinfo
Normal file
2
graphics/gnustep-slideshowkit/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (SlideShowKit-20041011.tar.bz2) = 6541c0c3480c0493097748ee93df4826
|
||||
SIZE (SlideShowKit-20041011.tar.bz2) = 2352
|
3
graphics/gnustep-slideshowkit/pkg-descr
Normal file
3
graphics/gnustep-slideshowkit/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
SlideShow Framework
|
||||
|
||||
WWW: http://home.gna.org/gsimageapps/
|
9
graphics/gnustep-slideshowkit/pkg-plist
Normal file
9
graphics/gnustep-slideshowkit/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
Local/Library/Libraries/libSlideShow.so
|
||||
Local/Library/Libraries/libSlideShow.so.%%MAJORVERSION%%
|
||||
Local/Library/Libraries/libSlideShow.so.%%VERSION%%
|
||||
Local/Library/Headers/SlideShow/SlideShow.h
|
||||
Local/Library/Headers/SlideShow/SlideShowWindow.h
|
||||
@dirrm Local/Library/Libraries
|
||||
@dirrm Local/Library/Headers/SlideShow
|
||||
@dirrm Local/Library/Headers
|
||||
@dirrm Local/Library
|
Loading…
Reference in New Issue
Block a user