1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/games/cryptoslam/Makefile
Danilo Egea Gondolfo 50824ddb07 - Add stage support
- Remove indefinite article from COMMENT
2013-10-31 21:31:42 +00:00

23 lines
514 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= cryptoslam
PORTVERSION= 1.2
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Curses-based tool for creating and solving the cryptograms
PLIST_FILES= bin/cryptoslam
do-build:
cd ${WRKSRC} && ${CXX} ${CXXFLAGS} cryptogram.cpp cryptoslam.cpp \
-o ${PORTNAME} -lcurses
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>