blob: c8fcfa149f7c11a5b3a00135839ed9db34e640ab (
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
|
# New ports collection makefile for: kdestudio
# Date created: Tuesday January 16, 2001
# Whom: Trenton Schulz
#
# $FreeBSD$
#
PORTNAME= kdestudio
PORTVERSION= 2.0.0
CATEGORIES= devel kde
MASTER_SITES= ftp://ftp.thekompany.com/pub/KDE_Studio/source/ \
http://gauss.cord.edu/homepages/twschulz/demo/
MAINTAINER= twschulz@cord.edu
USE_KDELIBS_VER=2
USE_GMAKE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
pre-configure:
@/usr/bin/find ${WRKSRC} -name Makefile.in | /usr/bin/xargs ${PERL} -pi -e "s/CXXFLAGS = -O2 -Wall/#CXXFLAGS = do not touch me/"
.include <bsd.port.mk>
|