freebsd-ports/archivers/xdms/Makefile

37 lines
748 B
Makefile
Raw Normal View History

# Created by: Mark Pulford <mark@kyne.com.au>
PORTNAME= xdms
PORTVERSION= 1.3.2
CATEGORIES= archivers
MASTER_SITES= http://zakalwe.fi/~shd/foss/xdms/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for decompressing Amiga DMS files
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/COPYING
2013-07-30 14:32:54 +02:00
USES= tar:bzip2
2005-07-11 05:44:36 +02:00
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
ALL_TARGET= xdms
2013-07-30 14:32:54 +02:00
USE_CSTD= gnu89
PORTDOCS= xdms.txt
PLIST_FILES= bin/xdms
OPTIONS_DEFINE= DOCS
2003-02-22 18:14:31 +01:00
post-patch:
${REINPLACE_CMD} "s@-O2 -Wall@$${CFLAGS} -Wall@g" ${WRKSRC}/src/Makefile.in
do-install:
2013-12-26 18:01:25 +01:00
${INSTALL_PROGRAM} ${WRKSRC}/src/xdms ${STAGEDIR}${PREFIX}/bin
do-install-DOCS-on:
2013-12-26 18:01:25 +01:00
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/xdms.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>