1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/gtkdps/Makefile
Steve Price f970ac02ef 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>
1998-07-13 02:21:34 +00:00

28 lines
665 B
Makefile

# 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>