1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/news/husky-base-devel/Makefile
Renato Botelho e7c59d24f2 Common files for Husky Fidosoft Project.
Development version.

Husky is complete freeware suite of Fidonet applications.

WWW: http://husky.sourceforge.net/

PR:		ports/88022
Submitted by:	Oleg Sharoiko <os@rsu.ru>
2005-10-26 15:43:45 +00:00

40 lines
945 B
Makefile

# New ports collection makefile for: husky-base-devel
# Date created: 2005-10-26
# Whom: Oleg Sharoiko <os@rsu.ru>
#
# $FreeBSD$
#
PORTNAME= base
PORTVERSION= 1.4
CATEGORIES= news mail
DISTNAME= huskybse-${PORTVERSION:S/./_/g}-stable
EXTRACT_SUFX= .rar
MAINTAINER= os@rsu.ru
COMMENT= Common files for Husky Fidosoft Project. Development version
EXTRACT_DEPENDS= unrar:${PORTSDIR}/archivers/unrar
EXTRACT_CMD= unrar
EXTRACT_BEFORE_ARGS= x
EXTRACT_AFTER_ARGS= huskybse/
CONFLICTS= husky-base-[0-9]*
WRKSRC= ${WRKDIR}/huskybse
NO_BUILD= yes
pre-install:
@ ${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
do-install:
@${MKDIR} ${PREFIX}/etc/fido ${PREFIX}/share/doc/husky
@${CHOWN} fido:fido ${PREFIX}/etc/fido
@${INSTALL_DATA} ${WRKSRC}/huskymak.cfg ${PREFIX}/etc/fido
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../news/husky-base-devel/Makefile.inc"
.include <bsd.port.post.mk>