blob: e2a007d1ad7adc8a41e90de3b68e8fadb971a238 (
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
|
# New ports collection makefile for: neos
# Date created: March 14th, 2005
# Whom: decept
#
# $FreeBSD$
#
PORTNAME= neos
PORTVERSION= 0.2b
CATEGORIES= x11-themes
MASTER_SITES= http://perso.wanadoo.fr/chamayou/
DISTNAME= kwin-${PORTNAME}-${PORTVERSION}
MAINTAINER= depcet0@gmail.com
COMMENT= KDE window decoration
USE_BZIP2= yes
USE_KDEBASE_VER=3
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/kwin-${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>
|