openbsd-ports/textproc/sablotron/Makefile
avsm bf3b3b9704 - upgrade to sablotron-0.44
- remove patch that has been merged into the source tree
- bump NEED_VERSION
- MASTER_SITE updated since the homepage has been rearranged
- use EXTRACT_SUFX instead of hardcoding .tar.gz in DISTFILES
2000-09-14 14:04:19 +00:00

30 lines
688 B
Makefile

# $OpenBSD: Makefile,v 1.2 2000/09/14 14:04:19 avsm Exp $
DISTNAME= Sablot-0.44
PKGNAME= sablotron-0.44
CATEGORIES= textproc
NEED_VERSION= 1.330
HOMEPAGE= http://www.gingerall.com/
MAINTAINER= avsm@openbsd.org
# MPL or GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://download.gingerall.cz/sablot/
DISTFILES= Sablot-0.44${EXTRACT_SUFX} Sablot-Expat-1.1.2${EXTRACT_SUFX}
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
# Shared libraries are currently broken for this port
CONFIGURE_ARGS= --disable-shared
post-extract:
@(cd ${WRKDIR}; mv Expat ${DISTNAME})
.include <bsd.port.mk>