mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
22 lines
439 B
Makefile
22 lines
439 B
Makefile
# Created by: Max Khon
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= smapi
|
|
PORTVERSION= 2.2.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= news mail
|
|
MASTER_SITES= SF/husky/${PORTNAME}/2.2-release
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= MSGAPI for Husky Fidosoft Project
|
|
|
|
CONFLICTS= husky-smapi-devel-[0-9]*
|
|
|
|
MAKE_ARGS= ADDCDEFS=-fPIC
|
|
USE_LDCONFIG= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../husky-base/Makefile.inc"
|
|
.include <bsd.port.mk>
|