blob: 82b1fb01bf03ac1cbb81ece3a9fa3751ed211e71 (
plain)
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
|
# 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.6
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>
|