1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/games/plonx/Makefile
Carlo Strub e9a2c0a4b1 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-28 15:57:55 +00:00

32 lines
673 B
Makefile

# New ports collection makefile for: plonx
# Date created: 25 November 2005
# Whom: clive crous <clive@darkarts.co.za>
#
# $FreeBSD$
PORTNAME= plonx
PORTVERSION= 0.03
CATEGORIES= games
MASTER_SITES= http://bilious.homelinux.org/~paxed/${PORTNAME}/
MAINTAINER= clive@darkarts.co.za
COMMENT= 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 <bsd.port.mk>