aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnustep-make/Makefile
blob: 999cdb10ed3b51a0f06be13210c83b42be2e76d1 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# New ports collection makefile for:    gnustep-make
# Date created:         17 April 2001
# Whom:                 Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gnustep-make
PORTVERSION=    2.6.0
CATEGORIES= devel gnustep
MASTER_SITES=   ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= core

MAINTAINER= dinoex@FreeBSD.org
COMMENT=    GNUstep makefile package

LICENSE=        GPLv3

USE_GNUSTEP=    yes
GNU_CONFIGURE=  yes

MAKE_FLAGS= OPTFLAG="${CFLAGS}"
CFLAGS+=    ${PTHREAD_CFLAGS}
CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c" \
        CFLAGS="${CFLAGS}"
CONFIGURE_ARGS+=    --with-thread-lib="${PTHREAD_LIBS}"
CONFIGURE_ARGS+=    --with-config-file=${GNUSTEP_PREFIX}/GNUstep.conf
CONFIGURE_ARGS+=    --with-layout=gnustep
GNU_CONFIGURE_PREFIX=   ${GNUSTEP_PREFIX}

post-patch:
    ${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|' \
        ${WRKSRC}/configure

post-install:
    ${LN} -s Library/Makefiles ${GNUSTEP_PREFIX}/System/
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Applications
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/ApplicationSupport
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/Bundles
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/ColorPickers
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/Colors
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/DocTemplates
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/Documentation/info
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/Documentation/man
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/Documentation/Developer
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/Documentation/User
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/Fonts
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/Frameworks
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/Headers
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/Images
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/KeyBindings
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/Libraries/Java
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/Libraries/Resources
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/PostScript
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/Services
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Library/Sounds
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Tools/Java
    -${MKDIR} ${GNUSTEP_PREFIX}/System/Tools/Resources
    -${MKDIR} ${GNUSTEP_PREFIX}/Local/Applications
    -${MKDIR} ${GNUSTEP_PREFIX}/Local/Library/ApplicationSupport
    -${MKDIR} ${GNUSTEP_PREFIX}/Local/Library/Bundles
    -${MKDIR} ${GNUSTEP_PREFIX}/Local/Library/Documentation
    -${MKDIR} ${GNUSTEP_PREFIX}/Local/Library/Frameworks
    -${MKDIR} ${GNUSTEP_PREFIX}/Local/Library/Headers
    -${MKDIR} ${GNUSTEP_PREFIX}/Local/Library/Libraries
    -${MKDIR} ${GNUSTEP_PREFIX}/Local/Library/Preferences
    -${MKDIR} ${GNUSTEP_PREFIX}/Local/Library/Services
    -${MKDIR} ${GNUSTEP_PREFIX}/Local/Tools/Resources

.include <bsd.port.mk>