mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Initial import of gtkdsp version 0.2.11.
gtk bindings for the Display ghostscript system. PR: 7183 (8 of 9) Submitted by: Yukihiro Nakai <Nakai@technologist.com>
This commit is contained in:
parent
fd5f76a00c
commit
f970ac02ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11892
27
graphics/gtkdps/Makefile
Normal file
27
graphics/gtkdps/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: gtkdps
|
||||
# Version required: 0.2.11
|
||||
# Date created: 21 April 1998
|
||||
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= gtkDPS-0.2.11
|
||||
PKGNAME= gtkdps-0.2.11
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gyve/fullkit/gyve-0.1.2.4/
|
||||
|
||||
MAINTAINER= Nakai@technologist.com
|
||||
|
||||
LIB_DEPENDS= gtk\\.1:${PORTSDIR}/x11/gtk
|
||||
BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs
|
||||
|
||||
CONFIGURE_ARGS+= --with-dps-includes=${X11BASE}/include \
|
||||
--with-dps-libraries=${X11BASE}/lib
|
||||
GNU_CONFIGURE= yes
|
||||
USE_X11= yes
|
||||
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/gtkdps/distinfo
Normal file
1
graphics/gtkdps/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gtkDPS-0.2.11.tar.gz) = a1552e3889719dc41cd30b2f050abdc4
|
1
graphics/gtkdps/pkg-comment
Normal file
1
graphics/gtkdps/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
gtk bindings for the Display GhostScript System
|
1
graphics/gtkdps/pkg-descr
Normal file
1
graphics/gtkdps/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
gtk bindings for the Display GhostScript System
|
15
graphics/gtkdps/pkg-plist
Normal file
15
graphics/gtkdps/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
include/gtkDPS/fonts.h
|
||||
include/gtkDPS/gdkDPS.h
|
||||
include/gtkDPS/gdkDPS_gdkutils.h
|
||||
include/gtkDPS/gtkDPS.h
|
||||
include/gtkDPS/gtkDPSarea.h
|
||||
include/gtkDPS/gtkDPScontext.h
|
||||
include/gtkDPS/gtkDPSfontpanel.h
|
||||
include/gtkDPS/gtkDPSwidget.h
|
||||
lib/libgtkDPS.a
|
||||
lib/libgtkDPS.la
|
||||
lib/libgtkDPS.so
|
||||
lib/libgtkDPS.so.1.0
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@unexec /sbin/ldconfig -R
|
||||
@dirrm include/gtkDPS
|
Loading…
Reference in New Issue
Block a user