blob: 294a73531737f69d07cfedb3b8932475cc2c7adc (
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: neos
# Date created: 14th March, 2005
# Whom: decept
#
# $FreeBSD$
#
PORTNAME= neos
PORTVERSION= 0.2b
PORTREVISION= 11
CATEGORIES= x11-themes kde
MASTER_SITES= http://perso.orange.fr/chamayou/
PKGNAMEPREFIX= kde-windeco-
DISTNAME= kwin-${PORTNAME}-${PORTVERSION}
MAINTAINER= shanjobe@gmail.com
COMMENT= KDE window decoration
USE_BZIP2= yes
USE_KDEBASE_VER=3
USE_AUTOTOOLS= libtool
WRKSRC= ${WRKDIR}/kwin-${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>
|