# New ports collection makefile for: plonx # Date created: 25 November 2005 # Whom: clive crous # # $FreeBSD$ PORTNAME= plonx PORTVERSION= 0.03 CATEGORIES= games MASTER_SITES= http://bilious.homelinux.org/~paxed/${PORTNAME}/ MAINTAINER= clive@darkarts.co.za COMMENT= A small ascii puzzle game PLIST_FILES= bin/plonx PORTDOCS= README LDFLAGS+= -lncurses do-build: ${CC} ${CFLAGS} ${LDFLAGS} -o ${WRKSRC}/${PORTNAME} \ ${WRKSRC}/${PORTNAME}.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} .endif .include w44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 0.5.3. [*]nobutaka2011-02-121-4/+2
* Update to 0.5.2.nobutaka2007-06-091-3/+3
* SHA256ifyedwin2006-01-241-0/+2
* Support application/xhtml+xml MIME type.nobutaka2005-10-10