2001-05-17 18:28:42 +02:00
|
|
|
# New ports collection makefile for: landscape
|
2001-06-13 23:55:48 +02:00
|
|
|
# Date created: 1 May 2001
|
|
|
|
# Whom: jon@witchspace.com
|
2001-05-17 18:28:42 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-06-13 23:55:48 +02:00
|
|
|
PORTNAME= landscape
|
|
|
|
PORTVERSION= 0.5.1
|
2002-09-20 17:20:38 +02:00
|
|
|
PORTREVISION= 2
|
2001-06-13 23:55:48 +02:00
|
|
|
CATEGORIES= graphics kde
|
|
|
|
MASTER_SITES= http://www.dookie.demon.co.uk/
|
2001-05-17 18:28:42 +02:00
|
|
|
|
2001-06-13 23:55:48 +02:00
|
|
|
MAINTAINER= jon@witchspace.com
|
2001-05-17 18:28:42 +02:00
|
|
|
|
2001-06-13 23:55:48 +02:00
|
|
|
LIB_DEPENDS= pth.14:${PORTSDIR}/devel/pth
|
2001-05-17 18:28:42 +02:00
|
|
|
|
2001-06-13 23:55:48 +02:00
|
|
|
USE_MESA= yes
|
2002-09-20 17:20:38 +02:00
|
|
|
USE_KDELIBS_VER= 3
|
|
|
|
|
|
|
|
BROKEN= "Author is working on new version. Coming soon."
|
2001-05-17 18:28:42 +02:00
|
|
|
|
2001-09-11 16:53:54 +02:00
|
|
|
post-patch:
|
|
|
|
${PERL} -pi.orig -e \
|
|
|
|
's,/usr/local,${LOCALBASE},g; \
|
|
|
|
s,/usr/X11R6,${X11BASE},g' ${WRKSRC}/makefile
|
|
|
|
|
2001-05-17 18:28:42 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/landscape ${PREFIX}/bin
|
|
|
|
|
2001-06-13 23:55:48 +02:00
|
|
|
post-install:
|
|
|
|
strip ${PREFIX}/bin/landscape
|
|
|
|
|
2001-05-17 18:28:42 +02:00
|
|
|
.include <bsd.port.mk>
|