aboutsummaryrefslogtreecommitdiffstats
path: root/devel/adime/Makefile
blob: 6785ab13d8fd38707eec4fb37c4f6aef7fee501e (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
# New ports collection makefile for:    adime
# Date Created:             20 Aug 2005
# Whom:                 Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#

PORTNAME=   adime
PORTVERSION=    2.2.1
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= alepulver@FreeBSD.org
COMMENT=    Generate Allegro dialogs in a very simple way

LIB_DEPENDS=    alleg.42:${PORTSDIR}/devel/allegro

USE_GMAKE=  yes

.include "Makefile.man"

INFO=       adime

MAKEFILE=   makefile
INSTALL_TARGET= install install-info install-man
INSTALLS_SHLIB= yes

pre-build:
    @(cd ${WRKSRC} && ${SH} fix.sh unix)

post-patch:
# Fix Makefile
    @${REINPLACE_CMD} -e 's|gcc|${CC}| ; \
            s|%%CFLAGS%%|${CFLAGS}| ; \
            s|/usr/local|${PREFIX}| ; s|$$(OPT)||' \
                ${WRKSRC}/misc/makefile.uni

.include <bsd.port.mk>