2c70f028a1
PR: 17531 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
26 lines
604 B
Makefile
26 lines
604 B
Makefile
# New ports collection makefile for: ude
|
|
# Version required: 0.2.7.1
|
|
# Date created: 06 Mar 2000
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= ude-0.2.7-BETA
|
|
PKGNAME= ude-0.2.7.1
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= ftp://download.sourceforge.net/pub/sourceforge/udeproject/ \
|
|
ftp://ude.the-coffeeshop.dk/pub/UDE/
|
|
|
|
MAINTAINER= will@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
|
intl.1:${PORTSDIR}/devel/gettext
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib -lintl"
|
|
|
|
.include <bsd.port.mk>
|