summaryrefslogtreecommitdiffstats
path: root/devel/adime/Makefile
blob: 1c38362c7e4fcabe00e4f5d7cba7914f3153fec9 (plain)
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
# Created by: Alejandro Pulver <alejandro@varnet.biz>
# $FreeBSD$

PORTNAME=	adime
PORTVERSION=	2.2.1
PORTREVISION=	2
CATEGORIES=	devel
MASTER_SITES=	SF

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

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

USE_GMAKE=	yes

.include "Makefile.man"

INFO=		adime

MAKEFILE=	makefile
INSTALL_TARGET=	install install-info install-man
USE_LDCONFIG=	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>
OpenPOWER on IntegriCloud