mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
88bfe4bd43
When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
14 lines
305 B
Makefile
14 lines
305 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lush
|
|
PORTVERSION= 0.1.0
|
|
MASTER_SITES= LOCAL/lioux
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}dave
|
|
|
|
COMMENT= KDE Lush complete iconset
|
|
|
|
WRKSRC= "${WRKDIR}/${PORTNAME}"
|
|
|
|
.include "${.CURDIR}/../kde-icons-noia/Makefile.icons"
|