freebsd-ports/russian/prawda/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

33 lines
850 B
Makefile

# New ports collection makefile for: prawda
# Date created: 2004-07-28
# Whom: Roman Bogorodskiy <bogordskiy@inbox.ru>
#
# $FreeBSD$
#
PORTNAME= prawda
PORTVERSION= 0.3.0
PORTREVISION= 3
CATEGORIES= russian
MASTER_SITES= http://www.prawda.newmail.ru/
MAINTAINER= novel@FreeBSD.org
COMMENT= English-Russian translator
USE_BZIP2= yes
NO_WRKSUBDIR= yes
USE_XORG= x11 xaw xmu xt sm
CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e "s|ulong|unsigned long|g;;s|malloc.h|stdlib.h|g" ${WRKSRC}/src/face/video_x.cpp
@${REINPLACE_CMD} -e "s|g++|${CXX} ${CXXFLAGS}|g" ${WRKSRC}/src/bin/makefile.exe
@${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g" ${WRKSRC}/bin/makefile ${WRKSRC}/src/face/main.cpp
do-build:
@cd ${WRKSRC}/bin && ${MAKE}
do-install:
@cd ${WRKSRC}/bin && ${MAKE} install
.include <bsd.port.mk>