blob: 81fed06ff816dd480ec3509306dd56ccf242a261 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# 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
CATEGORIES= x11-wm kde
#mosfet.org is up but not working ...
#if mosfet doesn't come to his senses, this may be
#the end of the line for this port.
#MASTER_SITES= http://www.mosfet.org/ \
MASTER_SITES= http://people.FreeBSD.org/~alane/mosfet/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@geeksrus.net
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>
|