2000-03-11 17:11:59 +01:00
|
|
|
# New ports collection makefile for: ude
|
|
|
|
# Date created: 06 Mar 2000
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-10 21:50:46 +02:00
|
|
|
PORTNAME= ude
|
|
|
|
PORTVERSION= 0.2.7.1
|
2000-03-11 17:11:59 +01:00
|
|
|
CATEGORIES= x11-wm
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
2000-03-11 17:11:59 +01:00
|
|
|
ftp://ude.the-coffeeshop.dk/pub/UDE/
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITE_SUBDIR= udeproject
|
2000-04-10 21:50:46 +02:00
|
|
|
DISTNAME= ${PORTNAME}-0.2.7-BETA
|
2000-03-11 17:11:59 +01:00
|
|
|
|
2000-06-22 07:52:15 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-03-11 17:11:59 +01:00
|
|
|
|
2000-03-25 19:56:40 +01:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
|
|
|
intl.1:${PORTSDIR}/devel/gettext
|
2000-03-11 17:11:59 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2000-03-25 19:56:40 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -lintl"
|
2000-03-11 17:11:59 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|