aboutsummaryrefslogtreecommitdiff
path: root/devel/adime/Makefile
blob: 4b55f4f7eb6d70cbd06f665f97c6190a3d529564 (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=	2
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>