mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
752da6b94b
With hat: portmgr
23 lines
463 B
Makefile
23 lines
463 B
Makefile
# Created by: Max Khon
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hptsqfix
|
|
PORTVERSION= 1.2.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= news mail
|
|
MASTER_SITES= SF/husky/${PORTNAME}/1.2-release
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Fix message base
|
|
|
|
LIB_DEPENDS= libsmapi.so:${PORTSDIR}/news/husky-smapi
|
|
|
|
MAN1= hptsqfix.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= bin/hptsqfix
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../husky-base/Makefile.inc"
|
|
.include <bsd.port.mk>
|