16 lines
399 B
Makefile
16 lines
399 B
Makefile
|
# New ports collection makefile for: AluminumAlloy-Smog (gtk theme)
|
||
|
# Date Created: 27 August 2004
|
||
|
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
FLAVOR= smog
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-volcanic-theme
|
||
|
|
||
|
MD5_FILE= ${.CURDIR}/../gtk-aluminumalloy-smog-theme/distinfo
|
||
|
PLIST= ${.CURDIR}/../gtk-aluminumalloy-smog-theme/pkg-plist
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|