1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Add MASTER_SITE

- Use DATADIR

PR:		97603
Submitted by:	miwi
Approved by:	maintainer timeout
This commit is contained in:
Erwin Lansing 2006-06-06 10:07:55 +00:00
parent c09e906fad
commit f85047fc66
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164587
2 changed files with 31 additions and 30 deletions

View File

@ -9,7 +9,8 @@ PORTNAME= lsysexp
PORTVERSION= 0.67
PORTREVISION= 5
CATEGORIES= biology
MASTER_SITES= http://coscorrosa.com/programs/${PORTNAME}/download/
MASTER_SITES= http://coscorrosa.com/programs/${PORTNAME}/download/ \
http://freebsd.unixfreunde.de/sources/
MAINTAINER= dyeske@yahoo.com
COMMENT= A GTK based program for viewing and creating L-system fractals

View File

@ -1,30 +1,30 @@
bin/lsysexp
share/lsysexp/expand.pl
share/lsysexp/fractint2lsysexp.pl
share/lsysexp/lsysexp-help.html
share/lsysexp/icons/lsysexp-128x128.xpm
share/lsysexp/icons/lsysexp-64x64.xpm
share/lsysexp/icons/lsysexp-32x32.xpm
share/lsysexp/icons/lsysexp-16x16.xpm
share/lsysexp/icons/lsysexp-48x48.xpm
share/lsysexp/maps/Black-Red-Yellow.fmap
share/lsysexp/maps/Blue-Cyan.fmap
share/lsysexp/maps/Blue-Green.fmap
share/lsysexp/maps/Blue-Slate.fmap
share/lsysexp/maps/Blue-Yellow-Red.fmap
share/lsysexp/maps/Caribbean-Blues.fmap
share/lsysexp/maps/Cyan-Yellow.fmap
share/lsysexp/maps/Deep-Sea.fmap
share/lsysexp/maps/Full-Spectrum.fmap
share/lsysexp/maps/Golden.fmap
share/lsysexp/maps/Grayscale.fmap
share/lsysexp/maps/Greens.fmap
share/lsysexp/maps/Green-White-Red.fmap
share/lsysexp/maps/Pastel-Rainbow.fmap
share/lsysexp/maps/Red-White-Blue.fmap
share/lsysexp/maps/Red-Yellow.fmap
share/lsysexp/maps/Skyline.fmap
share/lsysexp/maps/Yellow-Purple.fmap
@dirrm share/lsysexp/icons
@dirrm share/lsysexp/maps
@dirrm share/lsysexp
%%DATADIR%%/expand.pl
%%DATADIR%%/fractint2lsysexp.pl
%%DATADIR%%/icons/lsysexp-128x128.xpm
%%DATADIR%%/icons/lsysexp-16x16.xpm
%%DATADIR%%/icons/lsysexp-32x32.xpm
%%DATADIR%%/icons/lsysexp-48x48.xpm
%%DATADIR%%/icons/lsysexp-64x64.xpm
%%DATADIR%%/lsysexp-help.html
%%DATADIR%%/maps/Black-Red-Yellow.fmap
%%DATADIR%%/maps/Blue-Cyan.fmap
%%DATADIR%%/maps/Blue-Green.fmap
%%DATADIR%%/maps/Blue-Slate.fmap
%%DATADIR%%/maps/Blue-Yellow-Red.fmap
%%DATADIR%%/maps/Caribbean-Blues.fmap
%%DATADIR%%/maps/Cyan-Yellow.fmap
%%DATADIR%%/maps/Deep-Sea.fmap
%%DATADIR%%/maps/Full-Spectrum.fmap
%%DATADIR%%/maps/Golden.fmap
%%DATADIR%%/maps/Grayscale.fmap
%%DATADIR%%/maps/Green-White-Red.fmap
%%DATADIR%%/maps/Greens.fmap
%%DATADIR%%/maps/Pastel-Rainbow.fmap
%%DATADIR%%/maps/Red-White-Blue.fmap
%%DATADIR%%/maps/Red-Yellow.fmap
%%DATADIR%%/maps/Skyline.fmap
%%DATADIR%%/maps/Yellow-Purple.fmap
@dirrm %%DATADIR%%/maps
@dirrm %%DATADIR%%/icons
@dirrm %%DATADIR%%