mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
34 lines
772 B
Makefile
34 lines
772 B
Makefile
# ports collection makefile for: dap
|
|
# Date created: 23 August 1998
|
|
# Whom: yoshiaki Uchikawa
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dap
|
|
PORTVERSION= 2.1.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.sourcefiles.org/Multimedia/Soundfile_Editors/
|
|
EXTRACT_SUFX=.tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Audio sample editing and processing suite
|
|
|
|
LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
|
|
|
|
MAKEFILE= Makefile.linux
|
|
USE_XORG= xpm
|
|
|
|
MAKE_ENV+= OTHER_INCLUDE_DIR=. OTHER_LIBRARY_DIR=.
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|