aea1fc30f9
warning regarding the author abandoning this software into pkg-message to aleviate the fears of the KDE team, that the users will expect this port to work forever. Bump PORTREVISION because of the pkg-message addition. Approved by: portmgr (to AlanE)
29 lines
631 B
Makefile
29 lines
631 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.9.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-wm kde
|
|
MASTER_SITES= http://virtual-estates.net/~mi/port-stuff/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
|
|
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \
|
|
autoconf:${PORTSDIR}/devel/autoconf
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_KDEBASE_VER=3
|
|
INSTALLS_SHLIB= yes
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} -f Makefile.cvs
|
|
|
|
.include <bsd.port.mk>
|