mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
241d52cc58
PR: 30026 Submitted by: Michiel De Wilde <michiel.dewilde@rug.ac.be>
28 lines
597 B
Makefile
28 lines
597 B
Makefile
# New ports collection makefile for: mosfet-liquid
|
|
# Date created: August 22 2001
|
|
# Whom: Michiel De Wilde <michiel.dewilde@rug.ac.be>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mosfet-liquid
|
|
PORTVERSION= 0.5.1
|
|
CATEGORIES= x11-wm kde
|
|
MASTER_SITES= http://www.mosfet.org/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= Michiel De Wilde <michiel.dewilde@rug.ac.be>
|
|
|
|
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \
|
|
autoconf:${PORTSDIR}/devel/autoconf
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_KDELIBS_VER=2
|
|
INSTALLS_SHLIB= yes
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}; ${GMAKE} -f Makefile.cvs
|
|
|
|
.include <bsd.port.mk>
|