freebsd-ports/graphics/gtkdps/Makefile
Steve Price a2ab2322b1 Remove a patch and a call to ldconfig(1) that is now handled with
'USE_LIBTOOL=yes'.

PR:		13677 (9 of 10)
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-11-01 01:58:17 +00:00

25 lines
684 B
Makefile

# New ports collection makefile for: gtkdps
# Version required: 0.2.16
# Date created: 21 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
DISTNAME= gtkDPS-0.2.16
PKGNAME= gtkdps-0.2.16
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gyve/fullkit/gyve-0.2.1/
MAINTAINER= nacai@iname.com
LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10
BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs
CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \
--with-dps-libraries=${X11BASE}/lib
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk10-config"
USE_LIBTOOL= yes
USE_X_PREFIX= yes
.include <bsd.port.mk>