1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/news/husky/Makefile
Tobias C. Berner 6f04c0dc2a news/husky*: Update ports to latest versions
PR:		243030
Submitted by:	Oleg Sharoyko <osharoiko@gmail.com> (maintainer)
Reported by:	Ruslan Suleimanov <rs@paket.ua>
2020-03-08 19:09:14 +00:00

37 lines
759 B
Makefile

# $FreeBSD$
PORTNAME?= husky
PORTVERSION= 1.9.20191207
PORTEPOCH?= 0
CATEGORIES?= news mail
MASTER_SITES= http://download.huskyproject.org/sources/
DISTNAME= husky-all-1.9-source-20191207
MAINTAINER?= osharoiko@gmail.com
COMMENT?= Husky full featured highly portable FTN Tosser
.if ${PORTNAME} == "husky"
RUN_DEPENDS= hpt:news/husky-hpt \
htick:news/husky-htick
NO_BUILD= yes
NO_INSTALL= yes
.endif
USES+= alias dos2unix gmake zip
NO_WRKSUBDIR= yes
BUILD_WRKSRC= ${WRKSRC}/${COMPONENT_SUBDIR}
INSTALL_WRKSRC= ${BUILD_WRKSRC}
PKGDIR= ${.CURDIR}
USERS= fido
GROUPS= fido
pre-build:
${LN} -sf ${WRKSRC}/huskybse/huskymak.cfg ${WRKSRC}
@${REINPLACE_CMD} -e 's|gcc|${CC}|; s|g++|${CXX}|' \
${WRKSRC}/huskybse/huskymak.cfg
.include <bsd.port.mk>