diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-11 16:11:59 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-11 16:11:59 +0000 |
commit | a221e7b477fbeb9b91ed5a711a7ec18239404235 (patch) | |
tree | a58500604008fce24d7a8d9294f8829261977983 /x11-wm/ude/Makefile | |
parent | aa4df3a00d195a5110870031f67154897f40cb6c (diff) |
Notes
Diffstat (limited to 'x11-wm/ude/Makefile')
-rw-r--r-- | x11-wm/ude/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-wm/ude/Makefile b/x11-wm/ude/Makefile new file mode 100644 index 000000000000..7920271d9ce1 --- /dev/null +++ b/x11-wm/ude/Makefile @@ -0,0 +1,23 @@ +# 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= andrews@technologist.com + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +BUILD_DEPENDS= ${LOCALBASE}/include/libintl.h:${PORTSDIR}/devel/gettext + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |