mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
19 lines
374 B
Makefile
19 lines
374 B
Makefile
# New ports collection makefile for: gnomemc
|
|
# Date created: 26 January 1999
|
|
# Whom: Jeremy Lea <reg@shale.csir.co.za>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnomemc
|
|
PORTREVISION= 0
|
|
CATEGORIES= x11-fm gnome
|
|
DISTNAME= mc-${PORTVERSION}
|
|
USE_X_PREFIX= yes
|
|
WITHOUT_SLANG= yes
|
|
WITHOUT_ICONV= yes
|
|
WITHOUT_ISPELL= yes
|
|
MASTERDIR= ${.CURDIR}/../../misc/mc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|