aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/ude/Makefile
blob: a778ff116242a2e76d843839506d260a65d352f0 (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
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    ude
# Date created:     06 Mar 2000
# Whom:         Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#

PORTNAME=   ude
PORTVERSION=    0.2.9
CATEGORIES= x11-wm
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= udeproject

MAINTAINER= ports@FreeBSD.org
COMMENT=    Small, fast, compact windowmanager

LIB_DEPENDS=    intl.5:${PORTSDIR}/devel/gettext \
        jpeg.9:${PORTSDIR}/graphics/jpeg

USE_X_PREFIX=   yes
USE_XPM=    yes
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}/html
    ${INSTALL_DATA} ${WRKSRC}/doc/html/*.css ${DOCSDIR}/html
    ${INSTALL_DATA} ${WRKSRC}/doc/html/*.gif ${DOCSDIR}/html
    ${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DOCSDIR}/html
.endif

.include <bsd.port.mk>