mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
b2fd75e438
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
29 lines
545 B
Makefile
29 lines
545 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: chmlib
|
|
# Date created: Apr 5, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= chmlib
|
|
PORTVERSION= 0.3.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://66.93.236.84/~jedwin/projects/chmlib/
|
|
DISTNAME= ${PORTNAME}-0.31
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A library for dealing with Microsoft ITSS/CHM format files
|
|
|
|
USE_LIBTOOL= yes
|
|
LIBTOOLFILES= #
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
do-configure::
|
|
# nothing (but we need the libtool dependency)
|
|
|
|
.include <bsd.port.mk>
|