mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
fe7d808a96
PR: 19362 Submitted by: maintainer
32 lines
689 B
Makefile
32 lines
689 B
Makefile
# ports collection makefile for: dap
|
|
# Date created: 23 August 1998
|
|
# Whom: yoshiaki Uchikawa
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dap
|
|
PORTVERSION= 2.1.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.cee.hw.ac.uk/~richardk/
|
|
EXTRACT_SUFX=.tgz
|
|
|
|
MAINTAINER= yoshiaki@kt.rim.or.jp
|
|
|
|
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
|
|
Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/main/DAP ${PREFIX}/bin/
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/DAP/
|
|
${INSTALL_MAN} ${WRKSRC}/COPYING ${WRKSRC}/README \
|
|
${WRKSRC}/THANKS ${WRKSRC}/TODO ${PREFIX}/share/doc/DAP/
|
|
.endif
|
|
post-install:
|
|
strip ${PREFIX}/bin/DAP
|
|
|
|
.include <bsd.port.mk>
|