freebsd-ports/archivers/libcabinet/Makefile
Maxim Sobolev 0ac82af3da Make more fetchable.
PR:		47843
Submitted by:	osa

Drop maintainership.
2003-05-22 23:16:27 +00:00

37 lines
836 B
Makefile

# New ports collection makefile for: libcabinet
# Date Created: 30 November 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libcabinet
PORTVERSION= 0.30
CATEGORIES= archivers
MASTER_SITES= http://trill.cis.fordham.edu/~barbacha/cabinet_library/ \
http://www.jian.tv/pub/linux/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= A portable library and utility to use Microsoft cabinet files (.cab)
INSTALLS_SHLIB= yes
SRCFILE= ${WRKSRC}/listcab.cpp
PROGFILE= ${SRCFILE:S/.cpp$//}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500035
BROKEN= "Does not compile on 5.0"
.endif
post-build:
${CXX} ${CXXFLAGS} -o ${PROGFILE} ${SRCFILE} -L${WRKSRC} -lcabinet
pre-install:
${MKDIR} ${PREFIX}/include/cabinet
post-install:
${INSTALL_PROGRAM} ${PROGFILE} ${PREFIX}/bin
.include <bsd.port.post.mk>