18234f37a8
PR: ports/26948 Submitted by: maintainer
26 lines
560 B
Makefile
26 lines
560 B
Makefile
# New ports collection makefile for: sablotron
|
|
# Date created: 13 Nov 2000
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sablot
|
|
PORTVERSION= 0.52
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://download.gingerall.cz/sablot/
|
|
|
|
MAINTAINER= skv@protey.ru
|
|
|
|
LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv \
|
|
expat.2:${PORTSDIR}/textproc/expat2
|
|
|
|
INSTALLS_SHLIB= yes
|
|
LDCONFIG_DIRS= %%PREFIX%%/lib
|
|
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
|
|
USE_GMAKE= yes
|
|
USE_AUTOCONF= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include <bsd.port.mk>
|