1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/adime/Makefile
Alejandro Pulver 817a65bd3b - Drop maintainership of the following ports:
games/darkplaces
games/quake-dpmod
games/edge
games/deng
games/odamex
games/uhexen2
games/uhexen2-extras
games/vavoom
games/vavoom-extras
games/alienarena
games/alienarena-data
games/freedroidrpg
games/assaultcube
games/freeorion
x11-toolkits/gigi
devel/allegro
devel/allegrogl
devel/adime
devel/allegro-devel
net-p2p/qbittorrent
net-p2p/rblibtorrent-devel
emulators/wahcade
x11-wm/stumpwm
x11-wm/icewm
2009-02-27 21:24:38 +00:00

41 lines
811 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
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@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
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>