mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
23 lines
501 B
Makefile
23 lines
501 B
Makefile
# New ports collection makefile for: Xtuner
|
|
# Date created: 19 December 96
|
|
# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xtuner
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/
|
|
DISTNAME= Xtuner-${PORTVERSION}
|
|
|
|
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
|
|
|
|
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
|
|
Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_IMAKE= YES
|
|
NO_INSTALL_MANPAGES= YES
|
|
|
|
.include <bsd.port.mk>
|