1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/news/husky/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

39 lines
794 B
Makefile

# $FreeBSD$
PORTNAME?= husky
PORTVERSION= 1.9.20140519
PORTREVISION?= 2
PORTEPOCH?= 0
CATEGORIES?= news mail
MASTER_SITES= SF/husky/husky/1.9-current/2014.05.19
MAINTAINER?= osharoiko@gmail.com
COMMENT?= Husky full featured highly portable FTN Tosser
DISTNAME= husky-all-1.9-source-20140519
.if ${PORTNAME} == "husky"
RUN_DEPENDS= hpt:news/husky-hpt \
htick:news/husky-htick
NO_BUILD= yes
NO_INSTALL= yes
.endif
USES+= alias gmake tar:tgz
HUSKY_ROOTDIR= ${WRKDIR}/husky
PATCH_WRKSRC= ${HUSKY_ROOTDIR}
WRKSRC= ${HUSKY_ROOTDIR}/${COMPONENT_SUBDIR}
PKGDIR= ${.CURDIR}
USERS= fido
GROUPS= fido
pre-build:
${LN} -sf ${HUSKY_ROOTDIR}/huskybse/huskymak.cfg ${HUSKY_ROOTDIR}
@${REINPLACE_CMD} -e 's|gcc|${CC}|; s|g++|${CXX}|' \
${HUSKY_ROOTDIR}/huskymak.cfg
.include <bsd.port.mk>