1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/lang/sr/Makefile

56 lines
1.3 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: sr
# Date created: 2 Jun 1997
# Whom: Ruslan Shevchenko <rssh@satori.ipri.kiev.ua>
#
1999-08-25 06:35:40 +00:00
# $FreeBSD$
#
PORTNAME= sr
PORTVERSION= 2.3.1
CATEGORIES= lang parallel
2003-12-13 19:37:23 +00:00
MASTER_SITES= ftp://ftp.uu.net/.vol/1/languages/sr/ \
http://www.it.uc3m.es/~ptb/clases/sr/inst/src/ \
ftp://ftp.cs.arizona.edu/sr/
DISTNAME= sr231
EXTRACT_SUFX= .tar.Z
2003-05-07 00:27:36 +00:00
MAINTAINER= ports@FreeBSD.org
2003-02-21 12:35:09 +00:00
COMMENT= A parallel language "Synchronization Resources"
HAS_CONFIGURE= yes
CONFIGURE_ARGS= prefix
2003-12-13 19:37:23 +00:00
CONFIGURE_ENV= PREFIX="${PREFIX}"
NO_WRKSUBDIR= yes
MAN1 = sr.1 srl.1 srm.1 srprof.1 srtex.1 srlatex.1 srgrind.1 \
ccr2sr.1 m2sr.1 csp2sr.1
MAN3 = sranimator.3 srgetopt.3 srwin.3
MAN5 = srmap.5 srtrace.5
2004-01-22 18:34:34 +00:00
.if defined(WITHOUT_X11)
PLIST_SUB+= X11="@comment "
.else
PLIST_SUB+= X11=""
USE_XLIB= yes
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386" && ${ARCH} != "alpha"
BROKEN= "Does not compile on !i386 and !alpha"
.endif
pre-install:
@${MKDIR} ${PREFIX}/lib/sr
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}/notes
${MKDIR} ${DOCSDIR}/ps
${INSTALL_DATA} ${WRKSRC}/notes/* ${DOCSDIR}/notes
${INSTALL_DATA} ${WRKSRC}/ps/* ${DOCSDIR}/ps
${MKDIR} ${EXAMPLESDIR}
${CP} -pR ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.post.mk>