aboutsummaryrefslogtreecommitdiffstats
path: root/devel/uisp/Makefile
blob: 1ab6e6fbd58e413c28644cbfd854e07d0fe72356 (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
# New ports collection makefile for:    uisp
# Date created:     17 Feb 2001
# Whom:         Bruno Schwander<bruno@tinkerbox.org>
#
# $FreeBSD$
#

PORTNAME=   uisp
PORTVERSION=    1.0b
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   http://medo.fov.uni-mb.si/mapp/uTools/
EXTRACT_SUFX=   .src.tar.gz

MAINTAINER= ports@FreeBSD.org

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src

USE_REINPLACE=  yes
USE_GMAKE=  yes

post-patch:
    @${REINPLACE_CMD} -e "s@-O3@${CFLAGS}@g; \
            s@g\+\+@${CXX}@g" ${WRKSRC}/Makefile

.include <bsd.port.mk>