- Add stage support

- Remove indefinite article from COMMENT
This commit is contained in:
Danilo Egea Gondolfo 2013-10-31 21:31:42 +00:00
parent 129204c6a8
commit 50824ddb07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332288

View file

@ -8,16 +8,15 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A curses-based tool for creating and solving the cryptograms
COMMENT= Curses-based tool for creating and solving the cryptograms
PLIST_FILES= bin/cryptoslam
NO_STAGE= yes
do-build:
cd ${WRKSRC} && ${CXX} ${CXXFLAGS} cryptogram.cpp cryptoslam.cpp \
-o ${PORTNAME} -lcurses
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>