Clean up x11-wm/ude port.

PR:		17531
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
Will Andrews 2000-03-25 18:56:40 +00:00
parent 135525619f
commit 2c70f028a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27042

View File

@ -14,10 +14,12 @@ MASTER_SITES= ftp://download.sourceforge.net/pub/sourceforge/udeproject/ \
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
BUILD_DEPENDS= ${LOCALBASE}/include/libintl.h:${PORTSDIR}/devel/gettext
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>