1998-07-13 02:21:34 +00:00
|
|
|
# New ports collection makefile for: gtkdps
|
|
|
|
# Date created: 21 April 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1998-07-13 02:21:34 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= gtkdps
|
|
|
|
PORTVERSION= 0.3.2
|
1998-07-13 02:21:34 +00:00
|
|
|
CATEGORIES= graphics
|
1999-11-26 16:50:56 +00:00
|
|
|
MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gtkDPS/
|
2000-04-14 10:48:02 +00:00
|
|
|
DISTNAME= gtkDPS-${PORTVERSION}
|
1998-07-13 02:21:34 +00:00
|
|
|
|
2003-11-03 01:19:26 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Gtk bindings for the Display GhostScript System
|
1998-07-13 02:21:34 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs
|
2000-10-05 06:36:23 +00:00
|
|
|
RUN_DEPENDS= pswrap:${PORTSDIR}/x11/dgs
|
1998-07-13 02:21:34 +00:00
|
|
|
|
2002-09-03 02:46:49 +00:00
|
|
|
USE_GNOME= gtk12
|
1999-06-05 19:00:43 +00:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-10-05 06:36:23 +00:00
|
|
|
CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \
|
|
|
|
--with-dps-libraries=${X11BASE}/lib
|
1998-07-13 02:21:34 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|