aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.mk
blob: 7f3528a118b17128a65bad35a103d48da2781c93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
%.eplug: %.eplug.in
    sed -e 's|\@PLUGINDIR\@|$(plugindir)|'      \
    -e 's|\@SOEXT\@|$(SOEXT)|'          \
    -e 's|\@GETTEXT_PACKAGE\@|$(GETTEXT_PACKAGE)|'  \
    -e 's|\@LOCALEDIR\@|$(localedir)|' $< > $@

%.eplug.in: %.eplug.xml
    LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp/notthere $< $@

%.error: %.error.xml
    LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp/notthere $< $@
ref='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/stats/audio/mp3asm?h=gstreamer0.10-removal'>stats
path: root/audio/mp3asm
Commit message (Expand)AuthorAgeFilesLines
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1
* - add LICENSE:dinoex2009-01-171-0/+2
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
* - add SHA checksumdinoex2005-11-131-0/+1
* - add SIZEdinoex2004-02-261-0/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* - take maintainershipdinoex2003-12-211-3/+3
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-211-3/+3
* De-pkg-comment.knu2003-02-212-1/+1
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
* Update to 0.1.3.1pat2002-07-063-19/+12