mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
37 lines
690 B
Makefile
37 lines
690 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.4
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ede
|
|
|
|
MAINTAINER= sem@FreeBSD.org
|
|
COMMENT= Equinox Desktop Environment
|
|
|
|
LIB_DEPENDS= efltk.2:${PORTSDIR}/x11-toolkits/efltk
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= "Does not build on 4.x (sound system)"
|
|
.endif
|
|
|
|
pre-configure:
|
|
@cd ${WRKSRC}; ${ACLOCAL}
|
|
|
|
.include <bsd.port.post.mk>
|