mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Mario Sergio Fujikawa Ferreira](/assets/img/avatar_default.png)
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
27 lines
519 B
Makefile
27 lines
519 B
Makefile
# 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>
|