diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-09-10 07:45:48 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-09-10 07:45:48 +0000 |
commit | bdc69039fdfcbc15d0674f6b8ed03c5cc97e59c2 (patch) | |
tree | f0f0d8551dbb2dfc0679715e5d15435983f7bee3 /games/ldmud/Makefile | |
parent | b1d08859fa3d7dfc3f84627543da000d397d7557 (diff) | |
download | ports-bdc69039fdfcbc15d0674f6b8ed03c5cc97e59c2.tar.gz ports-bdc69039fdfcbc15d0674f6b8ed03c5cc97e59c2.zip |
Notes
Diffstat (limited to 'games/ldmud/Makefile')
-rw-r--r-- | games/ldmud/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/ldmud/Makefile b/games/ldmud/Makefile index a3f73922cd06..b953d12f90f6 100644 --- a/games/ldmud/Makefile +++ b/games/ldmud/Makefile @@ -12,6 +12,9 @@ MASTER_SITES= http://www.bearnip.com/ftp/mud/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Modern version of the LPMud game driver +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKRSC}/COPYRIGHT + BUILD_DEPENDS= help2man:misc/help2man LIB_DEPENDS= libpcre.so:devel/pcre @@ -45,17 +48,11 @@ SQLITE_CONFIGURE_ENABLE=use-sqlite .include <bsd.port.options.mk> -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= incomplete definition of type 'struct rsa_st' -BROKEN_FreeBSD_13= incomplete definition of type 'struct rsa_st' -.endif - .if ${PORT_OPTIONS:MMYSQL} LDFLAGS+= -L${LOCALBASE}/lib/mysql .endif post-install: -# # Install mudlib and other directories @${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}/var/log/${PORTNAME} \ ${STAGEDIR}/var/run/${PORTNAME} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/ldmud |