blob: e70a8bee346e92b81fdbc24ef6caf9607040a461 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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= will@FreeBSD.org
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>
|