1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/adime/Makefile
Pav Lucistnik 92b67b5ed4 Adime is a portable add-on library for Allegro with functions for generating
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>
2005-09-16 20:41:59 +00:00

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>