blob: 6fa4645d3e9c1939f925b5d496258176c2e2b0a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: AluminumAlloy-Cryogenic (gtk theme)
# Date Created: 27 August 2004
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 1
FLAVOR= cryogenic
MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-volcanic-theme
MD5_FILE= ${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme/distinfo
PLIST= ${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme/pkg-plist
.include "${MASTERDIR}/Makefile"
|