# ex:ts=8 # Ports collection makefile for: braincurses # Date created: Wed Jan 15, 2003 # Whom: Michael L. Hostbaek (mich@freebsdcluster.org) # # $FreeBSD$ # PORTNAME= braincurses PORTVERSION= 0.5a CATEGORIES= games MASTER_SITES= http://freebsdcluster.org/~mich/software/ MAINTAINER= mich@FreeBSD.org COMMENT= A clone of the Mastermind game LDFLAGS+= -lncurses WRKSRC= ${WRKDIR}/${PORTNAME} do-build: cd ${WRKSRC} && \ ${CXX} -c -o curses/windows.o curses/windows.cpp && \ ${CXX} ${CFLAGS} -c ${PORTNAME}.cpp && \ ${CXX} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} curses/windows.o ${PORTNAME}.o do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README .endif .include s-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
* Post libtool-conversion fixupsade2006-02-262-7/+1
* Conversion to a single libtool environment.ade2006-02-231-2/+0
* update to 0.4.1oliver2005-11-27