diff options
author | augustss <augustss> | 2005-03-24 10:29:15 +0000 |
---|---|---|
committer | augustss <augustss> | 2005-03-24 10:29:15 +0000 |
commit | 9980c4c9734c95b6a614516c7c8877b119562142 (patch) | |
tree | baba4fbc5c31d633e56efbaf261c1a6c7a805a48 /www | |
parent | f29fb2367553055ec92d06f5136f49cb4fc5f996 (diff) | |
download | pkgsrc-9980c4c9734c95b6a614516c7c8877b119562142.tar.gz |
Add album, a program to generate web photo albums. The album_theme package
contains various themes for the generator.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index d5cedbc2cf4..d1adf1bd909 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.383 2005/03/22 16:08:08 jmmv Exp $ +# $NetBSD: Makefile,v 1.384 2005/03/24 10:29:15 augustss Exp $ # COMMENT= Packages related to the World Wide Web SUBDIR+= SpeedyCGI SUBDIR+= adzap +SUBDIR+= album +SUBDIR+= album_themes SUBDIR+= amaya SUBDIR+= analog SUBDIR+= ap-Embperl |