aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gtkdps/Makefile
blob: 89586eca4ae813251086f3dc514253c659fc2717 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:   gtkdps
# Version required:    0.2.11
# Date created:        21 April 1998
# Whom:                Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.3 1998/08/05 09:31:09 asami Exp $
#

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-toolkits/gtk
BUILD_DEPENDS=  pswrap:${PORTSDIR}/x11/dgs

CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \
        --with-dps-libraries=${X11BASE}/lib
GNU_CONFIGURE=  yes
USE_X_PREFIX=   yes

post-install:
    ${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>