Files
Lawrence Velázquez 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00

24 lines
647 B
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
name geekcode
version 1.7.3
revision 1
categories games
license GPL-2+
maintainers nomaintainer
platforms darwin
description geekcode generator
long_description This program will generate a geek code block for \
you by simply choosing which codes suit you from \
the screen.
homepage http://www.gushue.net/geekcode.php
master_sites sourceforge
checksums md5 b794916a8875f71f1442f6e70432d6de
use_configure no
destroot {
xinstall -m 755 ${worksrcpath}/geekcode ${destroot}${prefix}/bin
}