1998-07-13 04:21:34 +02:00
|
|
|
# New ports collection makefile for: gtkdps
|
|
|
|
# Date created: 21 April 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1998-07-13 04:21:34 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= gtkdps
|
|
|
|
PORTVERSION= 0.3.2
|
1998-07-13 04:21:34 +02:00
|
|
|
CATEGORIES= graphics
|
1999-11-26 17:50:56 +01:00
|
|
|
MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gtkDPS/
|
2000-04-14 12:48:02 +02:00
|
|
|
DISTNAME= gtkDPS-${PORTVERSION}
|
1998-07-13 04:21:34 +02:00
|
|
|
|
1999-12-28 07:11:04 +01:00
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
1998-07-13 04:21:34 +02:00
|
|
|
|
1999-11-26 17:50:56 +01:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
1998-07-13 04:21:34 +02:00
|
|
|
BUILD_DEPENDS= pswrap:${PORTSDIR}/x11/dgs
|
|
|
|
|
1998-07-20 20:57:55 +02:00
|
|
|
CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \
|
|
|
|
--with-dps-libraries=${X11BASE}/lib
|
1999-11-26 17:50:56 +01:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
1999-06-05 21:00:43 +02:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 12:38:50 +02:00
|
|
|
INSTALLS_SHLIBS= yes
|
1998-07-13 04:21:34 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|