aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/e16utils/Makefile
blob: d3e351844da8c7b6ade2f81e4952e11d2815b455 (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
36
37
38
39
40
41
42
43
# New ports collection makefile for:    e16utils
# Date Created:             17 Oct 2000
# Whom:                 Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#

PORTNAME=   e16utils
PORTVERSION=    0.16
PORTREVISION=   9
CATEGORIES= x11-wm
MASTER_SITES=   SF/enlightenment/e16menuedit/e16menuedit \
        http://public.planetmirror.com/pub/enlightenment/e16utils/

DISTFILES=  e16menuedit-0.1.tar.gz e16keyedit-0.2.tar.gz

MAINTAINER= ports@FreeBSD.org
COMMENT=    Standalone menu and keybinding editors for enlightment 0.16

LIB_DEPENDS=    gdbm.3:${PORTSDIR}/databases/gdbm

USE_GNOME=  imlib

SUB_STUBS=  e16menuedit-0.1 e16keyedit-0.2

do-patch:
.for i in ${SUB_STUBS}
    @cd ${WRKDIR}/${i} ; ${PATCH} -s < ${PATCHDIR}/patch-${i}
.endfor

do-build:
.for i in ${SUB_STUBS}
    @cd ${WRKDIR}/${i} ; ${SETENV} ${MAKE_ENV} ${MAKE} all
.endfor

do-install:
.for i in ${SUB_STUBS}
    @cd ${WRKDIR}/${i} ; \
    ${INSTALL_PROGRAM} `${ECHO_CMD} '${i}' | ${SED} -e 's,-\(.*\),,'` \
    ${PREFIX}/bin
.endfor

.include <bsd.port.mk>