FreeBSD Bugzilla – Attachment 104633 Details for
Bug 144841
[NEW PORT] misc/xsw: a tool for generating presentations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Makefile
Makefile (text/plain; charset=us-ascii), 1.16 KB, created by
Charlie Kester
on 2010-03-24 05:13:04 UTC
(
hide
)
Description:
Makefile
Filename:
MIME Type:
Creator:
Charlie Kester
Created:
2010-03-24 05:13:04 UTC
Size:
1.16 KB
patch
obsolete
># ex:ts=8 ># Ports collection makefile for: xsw ># Date created: 17 Mar 2010 ># Whom: corky1951@comcast.net ># ># $FreeBSD$ ># > >PORTNAME= xsw >PORTVERSION= 0.3.5 >CATEGORIES= misc >MASTER_SITES= GOOGLE_CODE > >MAINTAINER= corky1951@comcast.net >COMMENT= A tool for creating presentations > >RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick > >USE_SDL= sdl ttf image gfx > >GNU_CONFIGURE= yes > >CONFIGURE_ENV= CPPLAGS="${CPPPLAGS} -Ii${LOCALBASE}/include" \ > LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" > >.if !defined(NO_INSTALL_MANPAGES) >MAN1= xsw.1 \ > xsw2pdf.1 \ > xswconv.1 > >MANCOMPRESSED= no >.endif > >DOCS= AUTHORS \ > COPYING \ > NEWS \ > README \ > REFERENCE \ > THANKS \ > TODO \ > doc/xsw.vim > >do-install: > (cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} \ > ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install) > (cd ${WRKSRC}/data && ${SETENV} ${MAKE_ENV} \ > ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install) >.if !defined(NOPORTDOCS) > ${MKDIR} ${DOCSDIR} >.for f in ${DOCS} > ${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR} >.endfor >.endif > >.if !defined(NO_INSTALL_MANPAGES) >.for manpage in ${MAN1} > ${INSTALL_MAN} ${WRKSRC}/man/man1/${manpage} ${MAN1PREFIX}/man/man1 >.endfor >.endif > >.include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 144841
:
104632
| 104633