mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- 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
@ -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 New Issue
Block a user