1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/graphics/gtkdps/Makefile

27 lines
668 B
Makefile
Raw Normal View History

# 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$
#
PORTNAME= gtkdps
PORTVERSION= 0.3.2
CATEGORIES= graphics
1999-11-26 16:50:56 +00:00
MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gtkDPS/
DISTNAME= gtkDPS-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Gtk bindings for the Display GhostScript System
BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs
2000-10-05 06:36:23 +00:00
RUN_DEPENDS= pswrap:${PORTSDIR}/x11/dgs
USE_GNOME= gtk12
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
2000-10-05 06:36:23 +00:00
CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \
--with-dps-libraries=${X11BASE}/lib
.include <bsd.port.mk>