1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/textproc/sablotron/Makefile
Pete Fritchman 395a6668ff - update to version 0.65
- remove redundant LDCONFIG_DIRS= %%PREFIX%%/lib
- sort pkg-plist

PR:		29951
Submitted by:	maintainer
2001-08-25 04:23:51 +00:00

25 lines
530 B
Makefile

# New ports collection makefile for: sablotron
# Date created: 13 Nov 2000
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Sablot
PORTVERSION= 0.65
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
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
USE_GMAKE= yes
USE_AUTOCONF= yes
USE_LIBTOOL= yes
.include <bsd.port.mk>