mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
92b67b5ed4
Allegro dialogs in a very simple way. Its main purpose is to give as easy an API as possible to people who want dialogs for editing many kinds of input data. PR: ports/85165 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
41 lines
819 B
Makefile
41 lines
819 B
Makefile
# New ports collection makefile for: adime
|
|
# Date Created: 20 Aug 2005
|
|
# Whom: Alejandro Pulver <alejandro@varnet.biz>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= adime
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= alejandro@varnet.biz
|
|
COMMENT= Generate Allegro dialogs in a very simple way
|
|
|
|
LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro
|
|
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= 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>
|