freebsd-ports/x11-wm/ede/Makefile
Kirill Ponomarev 4e2eee827e - Update to 1.0.1.1:
* fixed desktop crashing
* fixed strings in etip
* fixed and complitelly revised control panel
* more fixes in makefiles

PR:		ports/64112
Submitted by:	maintainer
2004-03-12 09:24:52 +00:00

29 lines
562 B
Makefile

# New ports collection makefile for: ede
# Date created: 28 Febrary 2004
# Whom: Sergey Matveychuk <sem@ciam.ru>
#
# $FreeBSD$
#
PORTNAME= ede
PORTVERSION= 1.0.1.1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ede
MAINTAINER= sem@ciam.ru
COMMENT= Equinox Desktop Environment
LIB_DEPENDS= efltk.2:${PORTSDIR}/x11-toolkits/efltk
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_AUTOCONF= yes
USE_AUTOMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
pre-configure:
@cd ${WRKSRC}; ${ACLOCAL}
.include <bsd.port.mk>