mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
000e8742eb
1. Make MASTER_SITES entries contain a trailing /. Garrett says that assuming a '/' seperator between entries in MASTER_SITES and entries in DISTFILES is a dangerous assumption. This will also be taken out of bsd.port.mk. 2. General clean-up. Some of these Makefiles were a little grim. Make sure they're all in sync with the sometimes rapidly changing bsd.port.mk! :) 3. Some small configuration tweaks to keep them compiling under the most recent 2.0 - some things seem to have broken along our road to release.
18 lines
401 B
Makefile
18 lines
401 B
Makefile
# New ports collection makefile for: fvwm
|
|
# Version required: 1.23b
|
|
# Date created: 25 August 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.3 1994/09/13 06:35:06 jkh Exp $
|
|
#
|
|
|
|
DISTNAME= fvwm-1.23b
|
|
NO_WRKSUBDIR= yes
|
|
DISTFILES= fvwm-1.23b-core.tar.gz fvwm-1.23b-modules.tar.gz \
|
|
fvwm-1.23-icons.tar.gz
|
|
MASTER_SITES= ftp://spcot.sanders.com/pub/fvwm/
|
|
USE_IMAKE= yes
|
|
DEPENDS= x11/xpm
|
|
|
|
.include <bsd.port.mk>
|