- Add stage support
- Remove indefinite article from COMMENT
This commit is contained in:
parent
129204c6a8
commit
50824ddb07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332288
1 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue